Skip to content

Commit 34869f0

Browse files
changed width
1 parent 2958711 commit 34869f0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ textarea {
177177
border-radius: 12px !important;
178178
background-color: #24292e !important;
179179
border: 1px solid rgba(255, 255, 255, 0.1) !important;
180+
181+
/* Increase sidebar width for better spacing */
182+
.navbar-sidebar {
183+
width: 270px !important;
184+
min-width: 270px !important;
185+
max-width: 320px !important;
186+
}
180187
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15) !important;
181188
transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
182189
cursor: pointer !important;

src/pages/dashboard/dashboard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/* Sidebar Styles */
1010
.dashboard-sidebar {
11-
width: 210px;
11+
width: 300px;
1212
background: var(--ifm-card-background-color);
1313
border-right: 1px solid var(--ifm-toc-border-color);
1414
padding: 1.5rem 0;

0 commit comments

Comments
 (0)