mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-22 12:01:33 +00:00
23 lines
304 B
CSS
23 lines
304 B
CSS
#q {
|
|
display: none;
|
|
height: 2.5em;
|
|
min-width: 100%;
|
|
padding: 5px;
|
|
}
|
|
|
|
.algolia-autocomplete {
|
|
min-width: 12em;
|
|
max-width: 12em;
|
|
top: -0.2em;
|
|
}
|
|
|
|
.algolia-autocomplete #q {
|
|
display: initial
|
|
}
|
|
|
|
@media all and (max-width: 899px) {
|
|
.algolia-autocomplete {
|
|
display: none !important;
|
|
}
|
|
}
|