mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
fix mobile card loader
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -109,6 +109,7 @@ const computedAspectRatio = computed(() => {
|
||||
height: 24px;
|
||||
margin: 4px;
|
||||
flex: 1;
|
||||
max-width: unset;
|
||||
}
|
||||
|
||||
.card-skeleton.show-action-bar {
|
||||
|
||||
Reference in New Issue
Block a user