From b6ae1f1c7a82797ec8af52569d52920ccf5e562f Mon Sep 17 00:00:00 2001 From: MrPaulBlack Date: Sat, 25 Sep 2021 18:29:12 +0200 Subject: [theme] margin around checkboxes is bigger now, index centers the search more and the pref, stats and about page have a max-width now --- searx/static/themes/simple/src/less/style.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'searx/static/themes/simple/src/less/style.less') diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index 0a11d42a7..86214ccd5 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -68,8 +68,8 @@ main { #main_preferences, #main_about, #main_stats { - margin: 3em; - width: auto; + margin: 2em auto; + width: 85em; } footer { @@ -602,7 +602,7 @@ article.result-images[data-vim-selected]::before { #main_preferences, #main_about, #main_stats { - margin: 0.5em; + margin: 2em 0.5em; width: auto; } @@ -738,6 +738,7 @@ article.result-images[data-vim-selected]::before { @media screen and (max-width: 50em) { #main_results div#results { grid-template-columns: 100%; + margin: 2rem 0 0 0; } article[data-vim-selected]::before { -- cgit v1.2.3