diff --git a/src/misc/Player/videojs.js b/src/misc/Player/videojs.js index af787e1..52b3d48 100644 --- a/src/misc/Player/videojs.js +++ b/src/misc/Player/videojs.js @@ -58,11 +58,11 @@ export default function VideoJS(props) { direction="column" justifyContent="center" alignItems="center" - wrap="nowrap" - style={{ position: 'absolute', top: 0, left: 0, bottom: 0, right: 0, margin: 0 }} + spacing={2} + style={{ position: 'absolute', top: 0, left: 0, bottom: 0, right: 0 }} > -