mirror of
https://github.com/screego/server.git
synced 2026-09-01 15:36:58 +08:00
feat: align video to vertical and horizontal center
This commit is contained in:
committed by
Jannis Mattheis
parent
aba4fee634
commit
15349b9294
@@ -548,5 +548,9 @@ const useStyles = makeStyles((theme: Theme) => ({
|
||||
height: '100%',
|
||||
|
||||
overflow: 'auto',
|
||||
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user