Parcourir la source

attempt to fix logos randomly not loading

olinox14 il y a 1 an
Parent
commit
3fbf525837
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      components/Badge.vue

+ 4 - 0
components/Badge.vue

@@ -87,6 +87,10 @@ const onMoreClick = () => {
       height: 24px;
       width: 24px;
       margin: 4px auto;
+
+      :deep(.v-img__img--contain) {
+        display: block !important;
+      }
     }
 
     .v-card-title {