Skip to content

Commit c48bb85

Browse files
authored
Fix docs nav bar at middling viewports (#238)
1 parent ee9b48e commit c48bb85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ code {
850850
margin-right: 0;
851851
}
852852

853-
@media (min-width: 997px) {
853+
@media (min-width: 1049px) {
854854
.navbar__brand {
855855
margin-right: 0;
856856
width: calc(var(--doc-sidebar-width) - 1rem);
@@ -1009,7 +1009,7 @@ html .DocSearch-Button-Key:nth-of-type(2) {
10091009
}
10101010
}
10111011

1012-
@media (min-width: 997px) {
1012+
@media (min-width: 1049px) {
10131013
html [class*='searchBox'] {
10141014
width: 100%;
10151015
}

0 commit comments

Comments
 (0)