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