Browse Source

[fix] images cropped in Safari (webkit)

- Closes: https://github.com/searxng/searxng/issues/4156

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 1 month ago
parent
commit
5a54372368
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/simple/src/less/style.less

+ 1 - 1
client/simple/src/less/style.less

@@ -475,7 +475,7 @@ article[data-vim-selected].category-social {
     padding: 0;
     border: none;
     height: 100%;
-    width: 100%;
+    width: auto;
     object-fit: cover;
     vertical-align: bottom;
     background: var(--color-result-image-background);