From 1f658adf7165b6ebb4342b5ea6eae1b89e9c592d Mon Sep 17 00:00:00 2001 From: nessi Date: Sun, 16 Aug 2026 12:55:11 +0200 Subject: [PATCH] feat: add mobile navigation drawer with backdrop, close button, and responsive table layout optimizations Add mobile-nav-backdrop/mobile-nav-close elements with DOMContentLoaded script for hamburger navigation. Add .brand click handler to open navigation on mobile (<700px) with body.mobile-nav-open class toggle. Add backdrop/close button click handlers and nav button delegation to close drawer. Style .nav as fixed left-side drawer with 310px max-width, translateX(-105%) default, and translateX( --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index cb17527..f88db88 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,6 @@ + +