feat: align video to vertical and horizontal center

This commit is contained in:
Dennis Becker
2021-11-10 21:22:53 +01:00
committed by Jannis Mattheis
parent aba4fee634
commit 15349b9294
+4
View File
@@ -548,5 +548,9 @@ const useStyles = makeStyles((theme: Theme) => ({
height: '100%',
overflow: 'auto',
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
},
}));