From 385dce213b3541feadcb820fdb49a8c7d6a39fc2 Mon Sep 17 00:00:00 2001 From: MrPaulBlack Date: Sat, 25 Sep 2021 15:59:10 +0200 Subject: [theme] cleanup grid layout and remove various margins and paddings from elements --- searx/static/themes/simple/src/less/definitions.less | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 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 6f2de5250..c74358078 100644 --- a/searx/static/themes/simple/src/less/definitions.less +++ b/searx/static/themes/simple/src/less/definitions.less @@ -31,8 +31,10 @@ @color-url-font: #29314d; @color-url-visited-font: #684898; -@results-width: 50em; -@results-offset: 4rem; +@results-width: 40em; +@results-offset: 8rem; +@results-tablet-offset: 0.5rem; +@results-gap: 4em; @search-width: 40em; // @@ -41,6 +43,16 @@ /// Start-Screen +/// Header + +@color-header-background: #f7f7f7; +@color-header-border: #d7d7d7; + +/// Footer + +@color-footer-background: #f7f7f7; +@color-footer-border: #d7d7d7; + /// Search-Input @color-search-border: @color-base; -- cgit v1.2.3