From e84bc9c695bcbf6132e2b2432758bbfb078748ac Mon Sep 17 00:00:00 2001 From: nessi Date: Sun, 16 Aug 2026 12:58:10 +0200 Subject: [PATCH] feat: add mobile drawer styling injection and close button inline styles for navigation drawer positioning and appearance Add DOMContentLoaded script to inject inline fontSize/padding styles on .mobile-nav-close button. Add drawerStyle createElement with @media(max-width:700px) rules for .nav.mobile-drawer-open class with fixed positioning, 82vw/310px width, translate3d transform, and z-index:1000. Add mobile-drawer-open class toggle to closeNav/openNav functions alongside mobile-nav-open body class --- templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index f88db88..cab10e1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,6 @@ - + +