diff options
author | Bnyro <bnyro@tutanota.com> | 2024-02-20 10:51:58 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-02-25 16:22:37 +0100 |
commit | e76ab1a4b3a99b0ec2ef90c3aadc92ffbf6889b1 (patch) | |
tree | be5443686fbe1ab6a6fa95e55a12a189230ba92e /searx/static/themes/simple | |
parent | b683aa63fb3e1689c28bd4b762b4ad962e8e232c (diff) | |
download | searxng-e76ab1a4b3a99b0ec2ef90c3aadc92ffbf6889b1.tar.gz searxng-e76ab1a4b3a99b0ec2ef90c3aadc92ffbf6889b1.zip |
[refactor] images: add resolution, image format and filesize fields
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/simple')
-rw-r--r-- | searx/static/themes/simple/src/less/detail.less | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/searx/static/themes/simple/src/less/detail.less b/searx/static/themes/simple/src/less/detail.less index b7894797c..253ffd5b2 100644 --- a/searx/static/themes/simple/src/less/detail.less +++ b/searx/static/themes/simple/src/less/detail.less @@ -49,8 +49,7 @@ article.result-images .detail { .result-images-labels { color: var(--color-result-detail-font); - max-height: 16rem; - min-height: 16rem; + height: 19rem; hr { border-top: 1px solid var(--color-result-detail-hr); @@ -62,11 +61,13 @@ article.result-images .detail { overflow: hidden; text-overflow: ellipsis; font-size: 0.9rem; + margin-bottom: 0; } p { color: var(--color-result-detail-label-font); font-size: 0.9rem; + line-height: 0.9rem; span { display: inline-block; @@ -82,6 +83,7 @@ article.result-images .detail { p.result-content { height: 2rem; + line-height: unset; overflow: hidden; text-overflow: ellipsis; } |