Browse Source

Merge pull request #1166 from IceGiant/img-results-aspect-ratio

Preserve image aspect ratio in results
Adam Tauber 6 years ago
parent
commit
2af16fe764
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/static/themes/oscar/less/pointhi/results.less

+ 1
- 1
searx/static/themes/oscar/less/pointhi/results.less View File

33
 // image formating of results
33
 // image formating of results
34
 .result-images {
34
 .result-images {
35
     float: left !important;
35
     float: left !important;
36
+    height: 138px;
36
 }
37
 }
37
 
38
 
38
 .img-thumbnail {
39
 .img-thumbnail {
39
     margin: 5px;
40
     margin: 5px;
40
     max-height: 128px;
41
     max-height: 128px;
41
-    min-height: 128px;
42
 }
42
 }
43
 
43
 
44
 // video formating of results
44
 // video formating of results