浏览代码

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

Preserve image aspect ratio in results
Adam Tauber 7 年前
父节点
当前提交
2af16fe764
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      searx/static/themes/oscar/less/pointhi/results.less

+ 1
- 1
searx/static/themes/oscar/less/pointhi/results.less 查看文件

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