diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-14 10:01:18 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-14 10:01:18 -0800 |
| commit | 4d058d9ddb34f0e8d384b20d4b9e30f74d349129 (patch) | |
| tree | cd612278d7284786c602d1858013ab74942a7477 /frontend/src/App.css | |
| parent | 7fbb0c3838e188ba3b810156ff6546239e89923e (diff) | |
| download | neko-4d058d9ddb34f0e8d384b20d4b9e30f74d349129.tar.gz neko-4d058d9ddb34f0e8d384b20d4b9e30f74d349129.tar.bz2 neko-4d058d9ddb34f0e8d384b20d4b9e30f74d349129.zip | |
style: refine sidebar design to closely match v1 (fixing NK-7jh6re)
Diffstat (limited to 'frontend/src/App.css')
| -rw-r--r-- | frontend/src/App.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |
