inter-hub-haskell/Web
tegwick e8b0c7c554 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
..
Controller fix: registry list crash and logout 405 2026-05-03 00:05:02 +02:00
Job fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
View fix: registry list crash and logout 405 2026-05-03 00:05:02 +02:00
FrontController.hs fix(ui): sidebar layout — inline styles for flex-col/flex-1 2026-05-03 01:01:35 +02:00
Routes.hs fix(routes): root path "/" now routes to LandingAction 2026-04-29 13:49:23 +02:00
Types.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00