mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
fix skeleton size fix margin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<UPageBody class="p-4 flex flex-row flex-wrap gap-6 mt-0">
|
||||
<USkeleton v-if="status !== 'success'" class="max-w-[600px] w-full h-[350px]" />
|
||||
<USkeleton v-if="status !== 'success'" class="w-[240px] h-[350px]" />
|
||||
<MangaCard
|
||||
v-for="(m, i) in manga"
|
||||
v-else
|
||||
|
Reference in New Issue
Block a user