File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -1537,7 +1537,7 @@ $sidebar-brand-height: 4rem !default;
1537
1537
$sidebar-brand-color : $high-emphasis-light !default ;
1538
1538
$sidebar-brand-bg : rgba ($black , .2 ) !default ;
1539
1539
1540
- $sidebar-header-height : auto !default ;
1540
+ $sidebar-header-height : 4 rem !default ;
1541
1541
$sidebar-header-padding-y : .75rem !default ;
1542
1542
$sidebar-header-padding-x : 1rem !default ;
1543
1543
$sidebar-header-bg : rgba ($black , .2 ) !default ;
Original file line number Diff line number Diff line change 104
104
105
105
.sidebar-close {
106
106
position : absolute ;
107
+ top : 0 ;
107
108
right : 0 ;
108
109
width : $sidebar-brand-height ;
109
- height : $sidebar-brand -height ;
110
+ height : $sidebar-header -height ;
110
111
color : var (--#{$variable-prefix}sidebar-color , $sidebar-color );
111
112
background : transparent ;
112
113
border : 0 ;
139
140
text-align : center ;
140
141
background : var (--#{$variable-prefix}sidebar-header-bg , $sidebar-header-bg );
141
142
@include transition ($sidebar-header-height-transition );
143
+
144
+ .nav-link {
145
+ display : flex ;
146
+ align-items : center ;
147
+ min-height : $sidebar-header-height ;
148
+ }
142
149
}
143
150
144
151
.sidebar-footer {
You can’t perform that action at this time.
0 commit comments