mirror of
https://github.com/searxng/searxng.git
synced 2026-05-30 14:44:11 +02:00
[fix] simple theme: unset width for images on mobile layout
* fix fallout from2fbedc4316-> similar to14fb187548* change: set image height to 10rem -> this is in my opinion more sensible size for mobile
This commit is contained in:
committed by
Markus Heiser
parent
058a072404
commit
2cacc560d6
@@ -1108,6 +1108,7 @@ summary.title {
|
||||
margin: 0;
|
||||
height: @results-image-row-height-phone;
|
||||
background: var(--color-base-background-mobile);
|
||||
width: unset;
|
||||
}
|
||||
|
||||
.infobox {
|
||||
|
||||
Reference in New Issue
Block a user