From c2df06dda83d7e918414b614c0d69900138428b5 Mon Sep 17 00:00:00 2001 From: nessi Date: Sun, 16 Aug 2026 13:00:05 +0200 Subject: [PATCH] feat: replace mobile navigation drawer implementation with cloned drawer approach and enhanced styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace mobile-nav-backdrop/mobile-nav-close drawer with mobile-drawer-clone/mobile-drawer-shade implementation using cloned navigation content. Add DOMContentLoaded script to create aside.mobile-drawer-clone with cloned .nav innerHTML, prepended close button (×), and mobile-drawer-shade backdrop. Add @media(max-width:700px) styles for drawer with fixed positioning, min(84vw,320px) width, translate --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index cab10e1..385b163 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,6 @@ + +