Skip to content

Commit

Permalink
update text positioning on Reader and Player (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrare authored Sep 18, 2021
1 parent 03e7d49 commit 115d284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/anime/Player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const useStyles = makeStyles({

loading: {
margin: '50px auto',
display: 'flex',
justifyContent: 'center',
},

video: {
Expand Down
2 changes: 2 additions & 0 deletions src/screens/manga/Reader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ const useStyles = (settings: IReaderSettings) => makeStyles({

loading: {
margin: '50px auto',
display: 'flex',
justifyContent: 'center',
},
});

Expand Down

0 comments on commit 115d284

Please sign in to comment.