Skip to content

Commit 4d47400

Browse files
authored
fix manga FAB margins (#66)
1 parent 8543877 commit 4d47400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/Manga.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export default function Manga() {
140140
const ResumeFab = () => (firstUnreadChapter === undefined ? null
141141
: (
142142
<Fab
143-
sx={{ position: 'fixed', bottom: '5vw', right: '5vw' }}
143+
sx={{ position: 'fixed', bottom: '2em', right: '3em' }}
144144
component={Link}
145145
variant="extended"
146146
color="primary"

0 commit comments

Comments
 (0)