From f69212859a78ed4286065a54564217bec27f047e Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Mon, 25 May 2026 22:57:30 -0500 Subject: [PATCH] fix(ui): force left-align on admin sidebar menu via inline style The compiled CSS bundle doesn't pick up the flexcontainer.css change. Use inline style with !important on the menu container to override Fomantic UI's default center alignment. Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/admin/navbar.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/navbar.tmpl b/templates/admin/navbar.tmpl index c72936a070..0f5586e4d0 100644 --- a/templates/admin/navbar.tmpl +++ b/templates/admin/navbar.tmpl @@ -1,5 +1,5 @@
-