From 48d2dcbb20ab0d556d13559b6ad5ab45ca29073c Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 19 Nov 2021 10:43:01 +0100 Subject: [PATCH] [fix] simple theme: adjust image detail height when on the top of the page, the image is just below the search fields. this commit slightly aligh the top of the image detail with the bottom of the search fields. --- searx/static/themes/simple/src/less/definitions.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/static/themes/simple/src/less/definitions.less b/searx/static/themes/simple/src/less/definitions.less index d3e048c12..4902ac71f 100644 --- a/searx/static/themes/simple/src/less/definitions.less +++ b/searx/static/themes/simple/src/less/definitions.less @@ -219,7 +219,7 @@ @result-padding: 1rem; @search-width: 40rem; // heigh of #search, see detail.less -@search-height: 7.5rem; +@search-height: 7.75rem; /// Device Size /// @desktop > @tablet