AGENT: Move aside into slide in with hamburger on smaller viewports

This commit is contained in:
2026-01-20 16:09:29 -08:00
parent 54d5a77329
commit 59d2f8b4e0
2 changed files with 77 additions and 1 deletions

View File

@@ -21,6 +21,12 @@ export function AppShell({ children, searchParams }: { children: ReactNode, sear
<style dangerouslySetInnerHTML={{ __html: minifyCSS(styles) }} />
</head>
<body>
<input type="checkbox" id="menu-toggle" className="menu-toggle" />
<label htmlFor="menu-toggle" className="hamburger-button">
<span></span>
<span></span>
<span></span>
</label>
{children}
<aside>
<ThemePicker />