mirror of
https://github.com/searxng/searxng
synced 2024-11-18 15:26:25 +00:00
Preserve image aspect ratio in results
Noticed that images are often distorted in the results due to a hard minimum height. This keeps the 4-per-row image results consistent in row height without distorting wider images.
This commit is contained in:
parent
bec9906b9e
commit
c61e1a8165
@ -33,12 +33,12 @@
|
|||||||
// image formating of results
|
// image formating of results
|
||||||
.result-images {
|
.result-images {
|
||||||
float: left !important;
|
float: left !important;
|
||||||
|
height: 138px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-thumbnail {
|
.img-thumbnail {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
max-height: 128px;
|
max-height: 128px;
|
||||||
min-height: 128px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// video formating of results
|
// video formating of results
|
||||||
|
Loading…
Reference in New Issue
Block a user