From 6917a47604dfe9ccab9494e0f7871b6791426e10 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sat, 6 Sep 2025 03:37:54 +0000 Subject: [PATCH] Update web/templates/base.html --- web/templates/base.html | 49 +++++++++++++++++++++++++++++------------ 1 file changed, 35 insertions(+), 14 deletions(-) diff --git a/web/templates/base.html b/web/templates/base.html index b79215f..2cd489b 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -12,14 +12,29 @@ @@ -76,7 +91,6 @@ /* --- additions for mobile hamburger --- */ .hamburger { display:none; } .mobile-menu[hidden]{ display:none; } - @media (max-width:700px){ .desktop-nav { display:none; } .hamburger{ @@ -115,10 +129,21 @@ -{# Auto-apply 'themed-bg' for Classic so your original gradient shows everywhere (passthrough) #} -{% with current_theme=request.session.theme|default:'classic' %} - -{% endwith %} + + +
@@ -200,7 +225,7 @@