瀏覽代碼

[fix] image width

asciimoo 11 年之前
父節點
當前提交
e2c099088d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      searx/static/css/style.css

+ 1
- 1
searx/static/css/style.css 查看文件

@@ -84,5 +84,5 @@ a { text-decoration: none; }
84 84
 
85 85
 .invisible { display: none; }
86 86
 
87
-.image_result { float: left; max-width: 250px; margin: 10px; height: 350px; min-width: 250px; }
87
+.image_result { float: left; max-width: 250px; margin: 10px; height: 380px; min-width: 250px; }
88 88
 .image_result img { max-width: 240px; max-height: 320px; border: 2px solid #000000; }