clupilot/app/resources
Boban Blaskovic 4be0ea7bae Fix desktop layout — replace CSS grid with padding-left offset (sidebar fixed)
Bug: When .clu-sidebar uses position:fixed it's removed from grid flow,
so the only remaining grid child (main) gets auto-placed into column 1
(the 264px reserved column), making main render in a tiny strip with
sidebar floating on top — exactly what the user screenshot showed.

Fix: Drop grid-template-columns. Use .clu-app-grid { padding-left: 264px }
so the fixed sidebar sits in the reserved gutter and main becomes a
plain block that fills the remaining width.

Mobile (≤920px): padding-left reset to 0 since sidebar slides in as
overlay drawer instead of occupying space.
2026-06-01 00:09:59 +02:00
..
css Fix desktop layout — replace CSS grid with padding-left offset (sidebar fixed) 2026-06-01 00:09:59 +02:00
js Site Details: exact template rebuild + xterm.js logs + fileContents tree 2026-05-31 23:49:48 +02:00
views Sidebar position:fixed (never scrolls) + main bottom padding + mobile responsive 2026-06-01 00:06:46 +02:00