mirror of
https://github.com/searxng/searxng.git
synced 2024-11-27 05:11:03 +00:00
Merge pull request #1166 from IceGiant/img-results-aspect-ratio
Preserve image aspect ratio in results
This commit is contained in:
commit
2af16fe764
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue