Center page number correctly (#616)

This commit is contained in:
schroda
2024-02-21 23:39:12 +01:00
committed by GitHub
parent ceec260d14
commit ab0ecf4da0
2 changed files with 1 additions and 1 deletions

View File

@@ -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)'