Explorar el Código

hotfix sidebar image display block

tags/1.0.0^2
Alej hace 3 años
padre
commit
37d2f924bc
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      vue-theme/src/components/sidebars/sidebar.vue

+ 2
- 1
vue-theme/src/components/sidebars/sidebar.vue Ver fichero

@@ -215,7 +215,8 @@ aside.sidebar
215 215
         ul
216 216
             flex-direction: column
217 217
             li 
218
-                img 
218
+                img
219
+                    display: block  
219 220
                     width: 100%
220 221
 
221 222
 </style>

Loading…
Cancelar
Guardar