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/search.less | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'searx/static/themes/simple/src/less/search.less') diff --git a/searx/static/themes/simple/src/less/search.less b/searx/static/themes/simple/src/less/search.less index 09ee92646..dd810de2a 100644 --- a/searx/static/themes/simple/src/less/search.less +++ b/searx/static/themes/simple/src/less/search.less @@ -3,10 +3,10 @@ */ #search { - padding: 0 2em; + padding: 0 2em 0 @results-offset; margin: 0; - background: #f7f7f7; - border-bottom: 1px solid #d7d7d7; + background: @color-header-background; + border-bottom: 1px solid @color-header-border; } #search_wrapper { @@ -104,7 +104,11 @@ vertical-align: middle; } -@media screen and (max-width: 75em) { +@media screen and (max-width: 1250px) { + #search { + padding: 0 @results-tablet-offset; + } + #categories { font-size: 90%; clear: both; -- cgit v1.2.3