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 }) {
-
-