From f79eda8e7ffd901f49c910efd9611069a0f99b9f Mon Sep 17 00:00:00 2001 From: ciregenz Date: Wed, 10 Jun 2026 20:26:23 -0700 Subject: [PATCH] [eric] ui: unify chrome + float content as a rounded inset column, kills the toolbar band and the seams --- .../src/app/components/Layout/AppShell.tsx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/components/Layout/AppShell.tsx b/frontend/src/app/components/Layout/AppShell.tsx index 5abd517c..bebc0246 100644 --- a/frontend/src/app/components/Layout/AppShell.tsx +++ b/frontend/src/app/components/Layout/AppShell.tsx @@ -367,12 +367,12 @@ const AppShell: React.FC = () => { }; return ( - + { )} - + {/* Hidden (not unmounted) when the dashboard view is active so the persistent Dashboard layered above can take over. */}