From 4d058d9ddb34f0e8d384b20d4b9e30f74d349129 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 10:01:18 -0800 Subject: style: refine sidebar design to closely match v1 (fixing NK-7jh6re) --- frontend/src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/App.css') diff --git a/frontend/src/App.css b/frontend/src/App.css index 7478777..773e114 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -26,7 +26,7 @@ body { } .dashboard-sidebar { - width: 15rem; + width: 11rem; background: var(--sidebar-bg); border-right: 1px solid var(--border-color); display: flex; @@ -37,7 +37,7 @@ body { } .dashboard-sidebar.hidden { - margin-left: -15rem; + margin-left: -11rem; } .dashboard-main { -- cgit v1.2.3