clupilot/app/resources/css
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
..
app.css Fix desktop layout — replace CSS grid with padding-left offset (sidebar fixed) 2026-06-01 00:09:59 +02:00
safelist-tailwindcss.txt Fix: chart.js race, burger desktop visibility, modal glass-themed 2026-05-31 23:33:07 +02:00