We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2478f commit f41761cCopy full SHA for f41761c
scss/_sidebar.scss
@@ -279,6 +279,10 @@
279
@include sidebar-width($sidebar-borders, $sidebar-compact-width);
280
}
281
282
+ .d-compact-none {
283
+ display: none;
284
+ }
285
+
286
.nav-title {
287
text-align: center;
288
@@ -328,6 +332,7 @@
328
332
@include sidebar-width($sidebar-borders, $sidebar-minimized-width);
329
333
330
334
335
+ .d-minimized-none,
331
336
.nav-divider,
337
.nav-label,
338
.nav-title,
0 commit comments