Files
inter-hub/Web
tegwick e8b0c7c554
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
fix(ui): sidebar layout — inline styles for flex-col/flex-1
flex-col and flex-1 were absent from the compiled prod.css (Tailwind only
bundles classes that appeared in templates at build time; these were new).
The body ended up as flex-row, placing the top nav beside the sidebar
instead of above it.

Replace Tailwind layout-structural classes with inline styles on body and
the sidebar wrapper so the column layout is independent of the CSS bundle.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 01:01:35 +02:00
..