update text positioning on Reader and Player (#35)

This commit is contained in:
voltrare
2021-09-19 03:13:59 +08:00
committed by GitHub
parent 03e7d4976a
commit 115d284f4f
2 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ const useStyles = makeStyles({
loading: {
margin: '50px auto',
display: 'flex',
justifyContent: 'center',
},
video: {

View File

@@ -27,6 +27,8 @@ const useStyles = (settings: IReaderSettings) => makeStyles({
loading: {
margin: '50px auto',
display: 'flex',
justifyContent: 'center',
},
});