From e2d312f6ae69d8bf7a36d4809b3f8544a92bb6b2 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 28 Oct 2021 16:14:34 +0200 Subject: [mod] simple theme: adjust margins * index page: margin top is 24% of the view port. avoid to scroll a small screen, center the content in the middle of the screen * link to preferences at the same height same the input fields * increase the category tab heighs * increase the margin bottom of the query field * in the results, change the h3 margin top and bottom to 0.4rem (6px) * move the back to top button slightly on the right when the results are only images --- searx/static/themes/simple/src/less/detail.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/static/themes/simple/src/less/detail.less') diff --git a/searx/static/themes/simple/src/less/detail.less b/searx/static/themes/simple/src/less/detail.less index 6c4022765..c12883c12 100644 --- a/searx/static/themes/simple/src/less/detail.less +++ b/searx/static/themes/simple/src/less/detail.less @@ -17,7 +17,7 @@ article.result-images .detail { position: fixed; left: 60rem; right: 0; - top: 7rem; + top: @search-height; bottom: 0; background: var(--color-result-detail-background); border: 1px solid var(--color-result-detail-background); -- cgit v1.2.3