feat: hide search results container if no keyword is given (#1288)
feat: hide search results container if no keyword is given and add typing
This commit is contained in:
@@ -78,4 +78,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.search-result {
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user