From 3f5c009d2ea300a6c7f90ca0b69cd316d7f5428f Mon Sep 17 00:00:00 2001 From: glax Date: Tue, 14 Oct 2025 23:36:39 +0200 Subject: [PATCH] Styling (fix margins) Remove expanding MangaCards Center MangaCardList Fix LibrarySelect --- website/app/components/ChaptersList.vue | 12 +++---- website/app/components/LibrarySelect.vue | 2 +- website/app/components/LoadingPage.vue | 2 +- website/app/components/MangaCard.vue | 26 +------------- website/app/components/MangaCardList.vue | 16 +++++---- website/app/components/TrangaPage.vue | 2 +- website/app/pages/index.vue | 2 +- website/app/pages/manga/[mangaId]/index.vue | 5 ++- .../linkMetadata/[metadataFetcherName].vue | 4 +-- .../manga/[mangaId]/merge/[targetId].vue | 35 ++++++++++--------- .../app/pages/manga/[mangaId]/merge/index.vue | 4 +-- 11 files changed, 42 insertions(+), 68 deletions(-) diff --git a/website/app/components/ChaptersList.vue b/website/app/components/ChaptersList.vue index 7487c7e..ce6620b 100644 --- a/website/app/components/ChaptersList.vue +++ b/website/app/components/ChaptersList.vue @@ -8,18 +8,14 @@ Ch. {{ chapter.chapterNumber }}

-