Browse Source

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

Preserve image aspect ratio in results
Adam Tauber 7 years ago
parent
commit
2af16fe764
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

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