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 88
99/* Sidebar Styles */
1010.dashboard-sidebar {
11- width : 200 px ;
11+ width : 210 px ;
1212 background : var (--ifm-card-background-color );
1313 border-right : 1px solid var (--ifm-toc-border-color );
1414 padding : 1.5rem 0 ;
100100 margin-left : 1rem ;
101101 flex-shrink : 0 ;
102102 transition : background-color 0.2s ease;
103+ margin-bottom : 20px ;
103104}
104105
105106.sidebar-toggle : hover {
132133
133134.dashboard-sidebar .collapsed .sidebar-toggle {
134135 position : absolute;
135- right : 5 px ;
136- top : 10 px ;
136+ margin- right: 20 px ;
137+ top : -1 px ;
137138}
138139
139140.dashboard-sidebar .collapsed .sidebar-toggle .bottom-toggle {
143144
144145.dashboard-sidebar .collapsed .nav-item {
145146 padding : 0.75rem 1rem ;
146- justify-content : center;
147147}
148148
149149.dashboard-sidebar .collapsed .nav-icon {
You can’t perform that action at this time.
0 commit comments