Skip to content

Commit 9b9a6b8

Browse files
committed
Hide sidebar toggle on desktop and adjust header height
1 parent 764ec51 commit 9b9a6b8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

_sass/layout.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,17 @@ blockquote.font12em {
11831183
margin-left: auto;
11841184
}
11851185

1186+
@media (min-width: 768px) {
1187+
.bd-sidebar__toggle {
1188+
display: none !important;
1189+
}
1190+
1191+
.bd-sidebar__head .d-flex.flex-wrap {
1192+
min-height: 0;
1193+
margin-bottom: 0.75rem;
1194+
}
1195+
}
1196+
11861197
.bd-sidebar__head .btn-secondary:active,
11871198
.bd-sidebar__head .btn-secondary:focus,
11881199
.bd-sidebar__head .btn-secondary.show {
@@ -1242,7 +1253,7 @@ blockquote.font12em {
12421253
}
12431254

12441255
.bd-sidebar__head {
1245-
height: 8rem;
1256+
height: auto;
12461257
padding: 0.8rem 15px 0;
12471258
border-bottom: 1px solid #e8e8e8;
12481259
}

0 commit comments

Comments
 (0)