Skip to content

Commit 3f71e32

Browse files
committed
fix media query in docsearch CSS (but leave disabled) [skip ci]
1 parent 3b9e2f3 commit 3f71e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/vendor/docsearch.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
/*
13-
@media screen and (max-width: 1023px) {
13+
@media screen and (max-width: 1023.5px) {
1414
.algolia-autocomplete .ds-dropdown-menu {
1515
min-width: calc(100vw - var(--navbar-height)) !important;
1616
}

0 commit comments

Comments
 (0)