From e8b0c7c5543784ef4d68fde4fdc27c0ed89435ac Mon Sep 17 00:00:00 2001 From: tegwick Date: Sun, 3 May 2026 01:01:35 +0200 Subject: [PATCH] =?UTF-8?q?fix(ui):=20sidebar=20layout=20=E2=80=94=20inlin?= =?UTF-8?q?e=20styles=20for=20flex-col/flex-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Web/FrontController.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Web/FrontController.hs b/Web/FrontController.hs index aaa136d..0951be5 100644 --- a/Web/FrontController.hs +++ b/Web/FrontController.hs @@ -160,8 +160,8 @@ defaultLayout inner = [hsx| - -