fix manga FAB margins (#66)
This commit is contained in:
@@ -140,7 +140,7 @@ export default function Manga() {
|
||||
const ResumeFab = () => (firstUnreadChapter === undefined ? null
|
||||
: (
|
||||
<Fab
|
||||
sx={{ position: 'fixed', bottom: '5vw', right: '5vw' }}
|
||||
sx={{ position: 'fixed', bottom: '2em', right: '3em' }}
|
||||
component={Link}
|
||||
variant="extended"
|
||||
color="primary"
|
||||
|
||||
Reference in New Issue
Block a user