From 959a077c63d6d81b11cc33be7592b9d201984f7f Mon Sep 17 00:00:00 2001 From: Emi Griffith Date: Thu, 16 Jul 2026 05:34:04 -0700 Subject: [PATCH] Polish the mobile nav dropdown; rename Day to Day Detail (#121) - Compact the mobile menu: narrower panel (208px), tighter rows, and the nav list now stretches to the panel width and left-aligns (it was centering because the base .view-nav align-self:center overrode the panel's stretch). - Stylish separation between entries: an inset hairline between each nav item, suppressed around the active pill so nothing crosses it. - Rename the "Day" view to "Day Detail" across the app nav, and add it to the climate/city page nav (base.html.j2), which was missing it. --- templates/base.html.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html.j2 b/templates/base.html.j2 index b8b10cf..b5125be 100644 --- a/templates/base.html.j2 +++ b/templates/base.html.j2 @@ -37,6 +37,7 @@