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/definitions.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'searx/static/themes/simple/src/less/definitions.less') diff --git a/searx/static/themes/simple/src/less/definitions.less b/searx/static/themes/simple/src/less/definitions.less index d8e2cfd0c..946760ec1 100644 --- a/searx/static/themes/simple/src/less/definitions.less +++ b/searx/static/themes/simple/src/less/definitions.less @@ -31,11 +31,11 @@ @color-url-font: #29314d; @color-url-visited-font: #684898; -@results-width: 35em; +@results-width: 45rem; @results-offset: 10rem; @results-tablet-offset: 0.5rem; -@results-gap: 6em; -@search-width: 40em; +@results-gap: 5rem; +@search-width: 40rem; // @color-a-font: @color-base; -- cgit v1.2.3