File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2727 padding-left : 25px ;
2828
2929 & :before , & :after {
30+ content : " " ;
3031 outline : none !important ;
3132 transition : $transition-base ;
3233 margin-left : 4px ;
Original file line number Diff line number Diff line change 1010 background-color : var (--sidebar-bg-color );
1111 color : var (--sidebar-color );
1212 overflow-y : auto ;
13+ position : absolute ;
1314 @include scroll-bar ($sidebar-scrollbar-bg );
1415}
1516
2728 overflow-y : auto ;
2829 overflow-x : hidden ;
2930 width : $sidebar-width-open ;
30- transition : all $sidebar-transition-time ease-in-out ;
31+ transition : width $sidebar-transition-time ease-in-out ;
3132}
3233
3334.sidebarClose.sidebarWrapper {
34- width : $sidebar-width-closed ;
35+ width : $sidebar-width-closed ;
3536 @include media-breakpoint-down (sm) {
3637 width : 0 ;
3738 }
109110 opacity : 1 ;
110111}
111112
113+ .glyphiconSm {
114+ font-size : 9px ;
115+ }
116+
112117.sidebarLabels {
113118 list-style-type : none ;
114119 padding : 11px ;
You can’t perform that action at this time.
0 commit comments