Fix mobile bottom nav dark mode, always-on widgets, hero stats, atlas scrollbar

- BottomNav respects dark mode via settingsStore (matching Navbar pattern)
- Currency/Timezone widgets always visible on mobile regardless of desktop setting
- Hero trip stats simplified to 3 columns (Days, Places, Buddies) — removed Starts date
- Atlas page uses h-screen overflow-hidden to prevent double scrollbar
This commit is contained in:
Maurice
2026-04-13 00:11:49 +02:00
parent e3dea0a3ea
commit 0d7238300e
3 changed files with 32 additions and 47 deletions
+1 -1
View File
@@ -759,7 +759,7 @@ export default function AtlasPage(): React.ReactElement {
}
return (
<div className="min-h-screen" style={{ background: 'var(--bg-primary)' }}>
<div className="h-screen overflow-hidden" style={{ background: 'var(--bg-primary)' }}>
<Navbar />
<div style={{ position: 'fixed', top: 'var(--nav-h)', left: 0, right: 0, bottom: 'env(safe-area-inset-bottom, 0px)' }}>
{/* Map */}