From 70a984e2cb3d7a3204fc90ed26e08c75f0a18408 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Fri, 30 May 2025 18:05:09 +0200 Subject: [PATCH] Adjust chapter list missing chapters info top padding Chapter list cards have top padding, but not bottom padding, which resulted in the missing chapter info to not have the same spacing to both chapter cards --- .../chapter/components/MissingChaptersInfoSeparator.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/chapter/components/MissingChaptersInfoSeparator.tsx b/src/modules/chapter/components/MissingChaptersInfoSeparator.tsx index f22f79d7..75014a7c 100644 --- a/src/modules/chapter/components/MissingChaptersInfoSeparator.tsx +++ b/src/modules/chapter/components/MissingChaptersInfoSeparator.tsx @@ -30,7 +30,8 @@ export const MissingChaptersInfoSeparator = ({ missingChaptersGap }: { missingCh justifyContent: 'center', alignItems: 'center', p: 2, - py: 2.5, + pt: 3.5, + pb: 2.5, }} >