forked from zaclys/searxng
Merge pull request #1166 from IceGiant/img-results-aspect-ratio
Preserve image aspect ratio in results
This commit is contained in:
commit
2af16fe764
|
@ -33,12 +33,12 @@
|
|||
// image formating of results
|
||||
.result-images {
|
||||
float: left !important;
|
||||
height: 138px;
|
||||
}
|
||||
|
||||
.img-thumbnail {
|
||||
margin: 5px;
|
||||
max-height: 128px;
|
||||
min-height: 128px;
|
||||
}
|
||||
|
||||
// video formating of results
|
||||
|
|
Loading…
Reference in New Issue