소스 검색

[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; }