diff --git a/webUI/react/src/components/manga/reader/Page.tsx b/webUI/react/src/components/manga/reader/Page.tsx index 21ee231..88ac5b4 100644 --- a/webUI/react/src/components/manga/reader/Page.tsx +++ b/webUI/react/src/components/manga/reader/Page.tsx @@ -11,7 +11,7 @@ import React, { useEffect, useRef } from 'react'; import SpinnerImage from 'components/SpinnerImage'; function imageStyle(settings: IReaderSettings): CSSProperties { - if (settings.readerType === 'DoubleLTR' || settings.readerType === 'DoubleRTL') { + if (settings.readerType === 'DoubleLTR' || settings.readerType === 'DoubleRTL' || settings.readerType === 'ContinuesHorizontal') { return { display: 'block', marginBottom: 0, diff --git a/webUI/react/src/components/navbar/ReaderNavBar.tsx b/webUI/react/src/components/navbar/ReaderNavBar.tsx index 2976e22..ac18e57 100644 --- a/webUI/react/src/components/navbar/ReaderNavBar.tsx +++ b/webUI/react/src/components/navbar/ReaderNavBar.tsx @@ -313,10 +313,10 @@ export default function ReaderNavBar(props: IProps) { Continues Vertical - {/* + Horizontal(WIP) - */} +