From af601057c4c178ae9ae09ce300988efb720b61b6 Mon Sep 17 00:00:00 2001 From: null Date: Fri, 29 May 2026 20:40:14 -0500 Subject: [PATCH] style: wider max-width at 2xl+ (1500px -> 2000px) (batch 0.33.8.6) - Layout, AdminShell, Sidebar, footer, mobile nav: 2xl:max-w-[2000px] - Content area grows from ~1436px to ~1936px, enough room for dual-bucket tracker at 2xl+ - Bump v0.33.8.5 -> v0.33.8.6 --- HISTORY.md | 8 ++++++++ client/App.jsx | 2 +- client/components/layout/Layout.jsx | 4 ++-- client/components/layout/Sidebar.jsx | 4 ++-- package.json | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 40a630c..ceb01e4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Bill Tracker — Changelog +## v0.33.8.6 + +### 🎨 Design + +- **Wider max-width at 2xl+** — All layout containers (Sidebar, Layout, AdminShell, footer, mobile nav) now cap at 2000px at ≥1536px instead of 1500px. With `lg:px-8`, content area grows from ~1436px to ~1936px — each tracker bucket gets ~958px, enough for all 8 columns with Notes clearly readable. + +--- + ## v0.33.8.5 ### 🎨 Design diff --git a/client/App.jsx b/client/App.jsx index 639fb05..2cc7c10 100644 --- a/client/App.jsx +++ b/client/App.jsx @@ -83,7 +83,7 @@ function AdminShell({ children }) { return (
-
+
{children}
diff --git a/client/components/layout/Layout.jsx b/client/components/layout/Layout.jsx index 394c482..4cfb242 100644 --- a/client/components/layout/Layout.jsx +++ b/client/components/layout/Layout.jsx @@ -31,13 +31,13 @@ export default function Layout({ mainContentId }) {
-
-