summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/css/searxng.css
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-10-20 17:38:46 +0200
committerGitHub <noreply@github.com>2021-10-20 17:38:46 +0200
commit8116cfb006abb4e940ad24f6ff1139765f29214e (patch)
tree568444dbbf83fe943ff54efb55219623407a44e5 /searx/static/themes/simple/css/searxng.css
parent32fb2bdf857aca1e38ac4186af06bac0540fe311 (diff)
parent9ff0a91fcad3d2b531d0eca725327da62163dca5 (diff)
Merge pull request #419 from MrPaulBlack/media-queries-names
[simple theme] less vars for different device sizes
Diffstat (limited to 'searx/static/themes/simple/css/searxng.css')
-rw-r--r--searx/static/themes/simple/css/searxng.css2
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;
}