We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c808f2 commit 228e919Copy full SHA for 228e919
1 file changed
styles/main.css
@@ -112,6 +112,17 @@ body {
112
flex-shrink: 0;
113
}
114
115
+#leftPane .nav-content {
116
+ flex: 1 1 auto;
117
+ display: flex;
118
+ flex-direction: column;
119
+ min-height: 0;
120
+}
121
+
122
+#leftPane .nav-content .expand-all-btn {
123
+ flex-shrink: 0;
124
125
126
#leftPane .search-container.has-query {
127
border-bottom-color: #d3e1f1;
128
@@ -444,7 +455,7 @@ body {
444
455
max-height: 50vh;
445
456
446
457
447
- .nav-content {
458
+ #leftPane .nav-content {
448
459
display: none;
449
460
background-color: #ffffff;
450
461
border-top: 1px solid #e0e0e0;
@@ -593,7 +604,7 @@ body {
593
604
594
605
/* Very small screens */
595
606
@media (max-width: 480px) {
596
607
597
608
max-height: 40vh;
598
609
599
610
0 commit comments