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:
@@ -2,7 +2,7 @@
|
|||||||
<UCard
|
<UCard
|
||||||
v-if="!expanded"
|
v-if="!expanded"
|
||||||
:ui="{ body: 'p-0 sm:p-0', root: 'overflow-visible' }"
|
:ui="{ body: 'p-0 sm:p-0', root: 'overflow-visible' }"
|
||||||
class="relative h-[350px] mt-2"
|
class="relative h-[350px] mt-2 mb-2"
|
||||||
@click="$emit('click')">
|
@click="$emit('click')">
|
||||||
<MangaCover :manga="manga" blur />
|
<MangaCover :manga="manga" blur />
|
||||||
<div class="absolute -top-4 -right-4 flex flex-col bg-pink rounded-full">
|
<div class="absolute -top-4 -right-4 flex flex-col bg-pink rounded-full">
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<UPageBody class="p-4 flex flex-row flex-wrap gap-6 mt-0">
|
<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
|
<MangaCard
|
||||||
v-for="(m, i) in manga"
|
v-for="(m, i) in manga"
|
||||||
v-else
|
v-else
|
||||||
|
Reference in New Issue
Block a user