File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
projects/igniteui-angular/src/lib/core/styles/components/navdrawer Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 213213 background : var-get ($theme , ' background' );
214214 top : 0 ;
215215 bottom : 0 ;
216- width : var (--igx-nav-drawer-size );
216+ min- width : var (--igx-nav-drawer-size );
217217 inset-inline-start : 0 ;
218218 z-index : 999 ;
219219 transition : width , padding , transform ;
280280
281281 %aside--mini {
282282 transition-duration : .2s , .2s ;
283- width : var (--igx-nav-drawer-size--mini );
283+ min- width : var (--igx-nav-drawer-size--mini );
284284
285285 %item {
286286 justify-content : center ;
287287
288+ @if $variant == ' bootstrap' {
289+ width : rem (56px );
290+ }
291+
288292 @if $variant == ' indigo' {
289- // max-width: rem(32px);
293+ width : rem (32px );
294+
290295 // important is needed to override the typography margins
291- margin : rem (14 px ) auto !important ;
296+ margin : rem (4 px ) auto !important ;
292297 }
293298
294299 igx-icon {
You can’t perform that action at this time.
0 commit comments