generated from coulomb/repo-seed
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
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>