diff --git a/src/components/reader/DoublePage.tsx b/src/components/reader/DoublePage.tsx index a87784ac..cdbc60e7 100644 --- a/src/components/reader/DoublePage.tsx +++ b/src/components/reader/DoublePage.tsx @@ -42,6 +42,7 @@ export const DoublePage = forwardRef((props: IProps, ref: any) => { ref={ref} sx={{ display: 'flex', + flexDirection: settings.readerType === 'DoubleLTR' ? 'row' : 'row-reverse', justifyContent: 'center', width: '100%', }}