diff options
Diffstat (limited to 'searx/static/themes/simple/css/searxng.css')
| -rw-r--r-- | searx/static/themes/simple/css/searxng.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/css/searxng.css b/searx/static/themes/simple/css/searxng.css index 9b2c2fbd8..4d9523a8b 100644 --- a/searx/static/themes/simple/css/searxng.css +++ b/searx/static/themes/simple/css/searxng.css @@ -1962,7 +1962,7 @@ td:hover .engine-tooltip, .autocomplete.open:empty { display: none; } -@media screen and (max-width: 45rem) { +@media screen and (max-width: 50em) { .autocomplete { bottom: 0; } |