diff options
author | Alexandre Flament <alex@al-f.net> | 2021-11-19 10:43:01 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-11-19 10:43:01 +0100 |
commit | 48d2dcbb20ab0d556d13559b6ad5ab45ca29073c (patch) | |
tree | 60e914277b82b7e45a8ba732fc6863f792ed1224 /searx/static/themes/simple/src/less/definitions.less | |
parent | 0400b8ca5dfadb75563baf41ca206159465a8605 (diff) | |
download | searxng-48d2dcbb20ab0d556d13559b6ad5ab45ca29073c.tar.gz searxng-48d2dcbb20ab0d556d13559b6ad5ab45ca29073c.zip |
[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.
Diffstat (limited to 'searx/static/themes/simple/src/less/definitions.less')
-rw-r--r-- | searx/static/themes/simple/src/less/definitions.less | 2 |
1 files changed, 1 insertions, 1 deletions
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 |