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
This commit is contained in:
schroda
2025-05-30 18:05:09 +02:00
parent 19829e54eb
commit 70a984e2cb

View File

@@ -30,7 +30,8 @@ export const MissingChaptersInfoSeparator = ({ missingChaptersGap }: { missingCh
justifyContent: 'center', justifyContent: 'center',
alignItems: 'center', alignItems: 'center',
p: 2, p: 2,
py: 2.5, pt: 3.5,
pb: 2.5,
}} }}
> >
<Box <Box