fix manga FAB margins (#66)

This commit is contained in:
Aria Moradi
2021-11-09 23:04:03 +03:30
committed by GitHub
parent 8543877b2a
commit 4d47400d41

View File

@@ -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"