File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
/* Sidebar Styles */
10
10
.dashboard-sidebar {
11
- width : 200 px ;
11
+ width : 210 px ;
12
12
background : var (--ifm-card-background-color );
13
13
border-right : 1px solid var (--ifm-toc-border-color );
14
14
padding : 1.5rem 0 ;
100
100
margin-left : 1rem ;
101
101
flex-shrink : 0 ;
102
102
transition : background-color 0.2s ease;
103
+ margin-bottom : 20px ;
103
104
}
104
105
105
106
.sidebar-toggle : hover {
132
133
133
134
.dashboard-sidebar .collapsed .sidebar-toggle {
134
135
position : absolute;
135
- right : 5 px ;
136
- top : 10 px ;
136
+ margin- right: 20 px ;
137
+ top : -1 px ;
137
138
}
138
139
139
140
.dashboard-sidebar .collapsed .sidebar-toggle .bottom-toggle {
143
144
144
145
.dashboard-sidebar .collapsed .nav-item {
145
146
padding : 0.75rem 1rem ;
146
- justify-content : center;
147
147
}
148
148
149
149
.dashboard-sidebar .collapsed .nav-icon {
You can’t perform that action at this time.
0 commit comments