diff --git a/src/components/reader/PageNumber.tsx b/src/components/reader/PageNumber.tsx index 7e15ab31..2f1b2567 100644 --- a/src/components/reader/PageNumber.tsx +++ b/src/components/reader/PageNumber.tsx @@ -24,7 +24,6 @@ export function PageNumber(props: IProps) { display: settings.showPageNumber ? 'block' : 'none', position: 'fixed', bottom: '50px', - right: settings.staticNav ? 'calc((100vw - 325px)/2)' : 'calc((100vw - 25px)/2)', padding: '2px', paddingLeft: '4px', paddingRight: '4px', diff --git a/src/screens/Reader.tsx b/src/screens/Reader.tsx index ffd59af2..f4c45db3 100644 --- a/src/screens/Reader.tsx +++ b/src/screens/Reader.tsx @@ -413,6 +413,7 @@ export function Reader() { display: 'flex', flexDirection: 'column', alignContent: 'center', + alignItems: 'center', justifyContent: 'center', minWidth: settings.staticNav ? 'calc((100vw - (100vw - 100%)) - 300px)'