From 14fb187548a58144c5cd13c9292fcc52f5a025c5 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 14 Oct 2024 13:01:36 +0200 Subject: [PATCH] [fix] stretching pics in "pic search" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue is described in: - https://github.com/searxng/searxng/issues/3915 The issue was caused bei merge of PR: - https://github.com/searxng/searxng/pull/3895 Solution: - Unset `width` for objects of class `.result-images`. Tested by `make run` and query a list of results, containing `.result` and `.result-images` objects: !images !go bäder :de Signed-off-by: Markus Heiser Closes: https://github.com/searxng/searxng/issues/3915 --- searx/static/themes/simple/src/less/style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index def08f646..4ca896a03 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -456,6 +456,7 @@ article[data-vim-selected].category-social { margin: 0.25rem; border: none !important; height: @results-image-row-height; + width: unset; & > a { position: relative;