[fix] images cropped in Safari (webkit)
- Closes: https://github.com/searxng/searxng/issues/4156 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
08885d0614
commit
0cce34d920
@ -475,7 +475,7 @@ article[data-vim-selected].category-social {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: auto;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
background: var(--color-result-image-background);
|
background: var(--color-result-image-background);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user