Skip to content

Commit f41761c

Browse files
committed
feat: add d-minimized-none and d-compact-none
1 parent da2478f commit f41761c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scss/_sidebar.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@
279279
@include sidebar-width($sidebar-borders, $sidebar-compact-width);
280280
}
281281

282+
.d-compact-none {
283+
display: none;
284+
}
285+
282286
.nav-title {
283287
text-align: center;
284288
}
@@ -328,6 +332,7 @@
328332
@include sidebar-width($sidebar-borders, $sidebar-minimized-width);
329333
}
330334

335+
.d-minimized-none,
331336
.nav-divider,
332337
.nav-label,
333338
.nav-title,

0 commit comments

Comments
 (0)