From 7469ec7b9f4ec16f8d2e0d2c362b52a0840d8838 Mon Sep 17 00:00:00 2001 From: nessi Date: Mon, 17 Aug 2026 19:40:14 +0200 Subject: [PATCH] feat: add mobile navigation hide rules for screens below 700px with pointer-events and visibility overrides Add media query to hide legacy-mobile-nav and mobile-drawer-open with display:none/visibility:hidden/pointer-events:none. Set mobile-nav-backdrop display:none and mobile-drawer-clone/mobile-drawer-shade pointer-events:none when not open --- templates/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/index.html b/templates/index.html index 9bfd64f..6176851 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,6 +2,9 @@ +