remove keyboard shortcut on smaller screens, this could be more complex

This commit is contained in:
2026-09-12 10:43:57 -07:00
parent 830c1a4666
commit c517bb8d69
+6
View File
@@ -90,6 +90,12 @@ pagefind-searchbox input:not(:focus-visible) {
box-shadow: var(--pf-shadow-md) !important;
}
@media (max-width: 650px) {
.pf-trigger-shortcut {
display: none !important;
}
}
.pf-searchbox-dropdown,
.pf-searchbox-footer {
border-width: .125rem !important;