mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
Merge pull request #3028 from rommapp/romm-3020
[ROMM-3020] Fix split collection custom artowrk
This commit is contained in:
@@ -91,7 +91,7 @@ const secondCover = computed(() => memoizedCovers.value[1]);
|
||||
</div>
|
||||
</template>
|
||||
<template v-else>
|
||||
<div class="split-image first-image">
|
||||
<div class="split-image">
|
||||
<v-img cover :src="firstCover" :aspect-ratio="1 / 1">
|
||||
<template #placeholder>
|
||||
<Skeleton :aspect-ratio="1 / 1" type="image" />
|
||||
|
||||
Reference in New Issue
Block a user