fix viewing page number when the string is long

This commit is contained in:
Aria Moradi
2021-09-18 00:00:12 +04:30
parent 36fea37e23
commit f17c612d10

View File

@@ -14,7 +14,7 @@ const useStyles = (settings: IReaderSettings) => makeStyles({
position: 'fixed',
bottom: '50px',
right: settings.staticNav ? 'calc((100vw - 325px)/2)' : 'calc((100vw - 25px)/2)',
width: '50px',
padding: '2px',
textAlign: 'center',
backgroundColor: 'rgba(0, 0, 0, 0.3)',
borderRadius: '10px',