remove keyboard shortcut on smaller screens, this could be more complex
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user