From 8268873701150f7abe1ea0cd88b936ef7aa7dd79 Mon Sep 17 00:00:00 2001 From: MrPaulBlack Date: Sun, 26 Sep 2021 13:01:22 +0200 Subject: [fix] several issues in the simple theme - using more rem in style and definitions - mobile width in preferences.less fix max-width: 75em to 80em (normalized with style.less and other) - do not display #backToTop position on tablet (when max-width: 80em) - fix answer box on mobile (when max-width: 50em) --- searx/static/themes/simple/src/less/preferences.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/static/themes/simple/src/less/preferences.less') diff --git a/searx/static/themes/simple/src/less/preferences.less b/searx/static/themes/simple/src/less/preferences.less index 0be6f9023..0909a6bf9 100644 --- a/searx/static/themes/simple/src/less/preferences.less +++ b/searx/static/themes/simple/src/less/preferences.less @@ -122,7 +122,7 @@ } } -@media screen and (max-width: 75em) { +@media screen and (max-width: 80em) { .preferences_back { clear: both; } -- cgit v1.2.3