Explorar el Código

[fix] image width

asciimoo hace 11 años
padre
commit
e2c099088d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      searx/static/css/style.css

+ 1
- 1
searx/static/css/style.css Ver fichero

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