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:
Jimmy
2026-03-05 12:52:06 +01:00
committed by GitHub
parent 0ad02c5c0f
commit a9a14ce815
3 changed files with 45 additions and 24 deletions
+6
View File
@@ -78,4 +78,10 @@
}
}
}
.search-result {
&.hidden {
display: none;
}
}