mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Styling (fix margins)
Remove expanding MangaCards Center MangaCardList Fix LibrarySelect
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<LoadingPage :loading="status === 'pending'">
|
||||
<MangaCardList :manga="manga" class="mx-4 mt-2" />
|
||||
<MangaCardList :manga="manga" class="mx-4 mt-2" @click="(m) => navigateTo(`/manga/${m.key}`)" />
|
||||
</LoadingPage>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user