Browse Source

hotfix sidebar image display block

tags/1.0.0^2
Alej 3 years ago
parent
commit
37d2f924bc
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      vue-theme/src/components/sidebars/sidebar.vue

+ 2
- 1
vue-theme/src/components/sidebars/sidebar.vue View File

215
         ul
215
         ul
216
             flex-direction: column
216
             flex-direction: column
217
             li 
217
             li 
218
-                img 
218
+                img
219
+                    display: block  
219
                     width: 100%
220
                     width: 100%
220
 
221
 
221
 </style>
222
 </style>

Loading…
Cancel
Save