|
|
@@ -9,7 +9,7 @@ export default function AppShell({ children }) {
|
|
|
|
|
|
{/*
|
|
|
Layout strategy (2xl+):
|
|
|
- - Center column is exactly 50% width.
|
|
|
+ - Center column is exactly 40% width.
|
|
|
- Left/right gutters are flexible.
|
|
|
- Sidebar is placed in the left gutter and aligned to the right edge,
|
|
|
so it “docks” to the centered content without consuming its width.
|
|
|
@@ -19,7 +19,7 @@ export default function AppShell({ children }) {
|
|
|
- Sidebar is hidden (it would otherwise reduce main content width).
|
|
|
*/}
|
|
|
<div className="flex-1 px-4 py-4">
|
|
|
- <div className="mx-auto grid w-full gap-4 2xl:grid-cols-[1fr_minmax(0,50%)_1fr]">
|
|
|
+ <div className="mx-auto grid w-full gap-4 2xl:grid-cols-[1fr_minmax(0,40%)_1fr]">
|
|
|
<aside className="hidden 2xl:col-start-1 2xl:block 2xl:justify-self-end">
|
|
|
{/*
|
|
|
Sidebar width policy:
|