aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/App.css')
-rw-r--r--frontend/src/App.css4
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 {