From 9984d8b19228e3c447f3658333d7a92b4e73d45d Mon Sep 17 00:00:00 2001 From: r3rex <18644035+BlinkStrike@users.noreply.github.com> Date: Fri, 3 Oct 2025 01:22:39 +0400 Subject: [PATCH] restore the player as it was --- src/misc/Player/videojs.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }} > -
-