From c517bb8d692fa30414def537b43b23ee5db74bb3 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Sat, 12 Sep 2026 10:43:57 -0700 Subject: [PATCH] remove keyboard shortcut on smaller screens, this could be more complex --- css/pagefind.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/pagefind.css b/css/pagefind.css index 91d11b3b..32c330c7 100644 --- a/css/pagefind.css +++ b/css/pagefind.css @@ -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;