From 25076eeb652fb7328cbb2ac717cc564583a121c9 Mon Sep 17 00:00:00 2001 From: r3rex <18644035+BlinkStrike@users.noreply.github.com> Date: Fri, 3 Oct 2025 01:20:07 +0400 Subject: [PATCH] try changing video player --- 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 52b3d48..af787e1 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" - spacing={2} - style={{ position: 'absolute', top: 0, left: 0, bottom: 0, right: 0 }} + wrap="nowrap" + style={{ position: 'absolute', top: 0, left: 0, bottom: 0, right: 0, margin: 0 }} > -