Przeglądaj źródła

[fix] image width

asciimoo 11 lat temu
rodzic
commit
e2c099088d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      searx/static/css/style.css

+ 1
- 1
searx/static/css/style.css Wyświetl plik

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