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 6262.sidebar-narrow {
6363 @extend %sidebar-narrow ;
6464 & :not (.sidebar-end ) ~ * {
65- -- #{$prefix } sidebar-occupy-start : #{$sidebar-narrow-width } ;
65+ -- #{$prefix } sidebar-occupy-start : #{$sidebar-narrow-width } !important ; // stylelint-disable-line declaration-no-important
6666 }
6767 & .sidebar-end ~ * {
68- -- #{$prefix } sidebar-occupy-end : #{$sidebar-narrow-width } ;
68+ -- #{$prefix } sidebar-occupy-end : #{$sidebar-narrow-width } !important ; // stylelint-disable-line declaration-no-important
6969 }
7070
7171 .nav-link {
7777 position : fixed ;
7878
7979 & :not (.sidebar-end ) ~ * {
80- -- #{$prefix } sidebar-occupy-start : #{$sidebar-narrow-width } ;
80+ -- #{$prefix } sidebar-occupy-start : #{$sidebar-narrow-width } !important ; // stylelint-disable-line declaration-no-important
8181 }
8282 & .sidebar-end ~ * {
83- -- #{$prefix } sidebar-occupy-end : #{$sidebar-narrow-width } ;
83+ -- #{$prefix } sidebar-occupy-end : #{$sidebar-narrow-width } !important ; // stylelint-disable-line declaration-no-important
8484 }
8585
8686 & :not (:hover ) {
You can’t perform that action at this time.
0 commit comments