Fix page centering in paged pagers with preloaded chapters

The previous/next chapter wasn't visible but had a margin which affected the positioning of the visible pages
This commit is contained in:
schroda
2025-02-11 02:06:49 +01:00
parent ca7bd6898e
commit 7e5b3435a9

View File

@@ -390,6 +390,7 @@ const BaseReaderChapterViewer = ({
minWidth: 'unset',
minHeight: 'unset',
overflow: 'hidden',
margin: 'unset',
}),
...applyStyles(
isContinuousVerticalReadingMode(readingMode) && shouldApplyReaderWidth(readerWidth, pageScaleMode),