update text positioning on Reader and Player (#35)

This commit is contained in:
voltrare
2021-09-18 23:43:59 +04:30
committed by GitHub
parent 03e7d4976a
commit 115d284f4f
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -20,6 +20,8 @@ const useStyles = makeStyles({
loading: {
margin: '50px auto',
display: 'flex',
justifyContent: 'center',
},
video: {
+2
View File
@@ -27,6 +27,8 @@ const useStyles = (settings: IReaderSettings) => makeStyles({
loading: {
margin: '50px auto',
display: 'flex',
justifyContent: 'center',
},
});