diff options
| author | MrPaulBlack <paul.accounts@protonmail.com> | 2021-09-26 13:01:22 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-09-27 13:17:17 +0200 |
| commit | 8268873701150f7abe1ea0cd88b936ef7aa7dd79 (patch) | |
| tree | d09f527ae8f539e441d0834b6bc044d2fb973716 /searx/static/themes/simple/src/less/definitions.less | |
| parent | b6ae1f1c7a82797ec8af52569d52920ccf5e562f (diff) | |
[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)
Diffstat (limited to 'searx/static/themes/simple/src/less/definitions.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/definitions.less | 6 |
1 files changed, 3 insertions, 3 deletions
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; |