From db1f9b31c9063c983560d2e5c24aad61a4ef87c8 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 21 Feb 2024 19:05:54 +0100 Subject: [feat] images: show resolution inside the image and fix image details overflow Co-authored-by: Markus Heiser --- searx/static/themes/simple/src/less/style.less | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'searx/static/themes/simple/src/less/style.less') diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index 7b067a170..c7f459e59 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -464,6 +464,17 @@ article[data-vim-selected].category-social { background: var(--color-result-image-background); } + .image_resolution { + position: absolute; + right: 0; + bottom: 0; + background: rgba(0, 0, 0, 50%); + padding: 0.3rem 0.5rem; + font-size: 0.9rem; + color: #fff; + border-top-left-radius: 0.3rem; + } + span.title, span.source { display: block; -- cgit v1.2.3