mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Fix manga withtag page layout
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<LoadingPage :loading="status === 'pending'" class="p-4 flex flex-row flex-wrap gap-6 mt-0">
|
<LoadingPage :loading="status === 'pending'" class="p-4">
|
||||||
|
<div class="flex flex-row gap-4">
|
||||||
<UButton variant="soft" to="/" icon="i-lucide-arrow-left">Home</UButton>
|
<UButton variant="soft" to="/" icon="i-lucide-arrow-left">Home</UButton>
|
||||||
<h1 class="text-2xl">
|
<h1 class="text-2xl">
|
||||||
Manga with Tag <span class="text-primary font-semibold">{{ tag }}</span>
|
Manga with Tag <UBadge variant="outline" class="text-primary font-semibold text-xl">{{ tag }}</UBadge>
|
||||||
</h1>
|
</h1>
|
||||||
|
</div>
|
||||||
<MangaCardList :manga="manga" />
|
<MangaCardList :manga="manga" />
|
||||||
</LoadingPage>
|
</LoadingPage>
|
||||||
</template>
|
</template>
|
||||||
|
Reference in New Issue
Block a user