fix mobile card loader

This commit is contained in:
Georges-Antoine Assi
2025-08-24 21:29:03 -04:00
parent f9c2c2f916
commit 82ee1e5876
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ defineProps<{ title: string }>();
:lg="views[0]['size-lg']"
:xl="views[0]['size-xl']"
>
<skeleton type="image" />
<skeleton />
</v-col>
</v-row>
</template>

View File

@@ -109,6 +109,7 @@ const computedAspectRatio = computed(() => {
height: 24px;
margin: 4px;
flex: 1;
max-width: unset;
}
.card-skeleton.show-action-bar {