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
|
// 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