From dc9655bfcb4f8266a905ddd90c8ed85dafef6045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 17 Jun 2022 12:39:56 +0300 Subject: [PATCH] Update style --- assets/css/player.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/player.scss b/assets/css/player.scss index 15731b4..097d337 100644 --- a/assets/css/player.scss +++ b/assets/css/player.scss @@ -44,13 +44,17 @@ main { border: 5px solid #222222; } + .video-js.vjs-fullscreen { + border: 0px; + } + .video-js .vjs-tech { position: initial !important; top: initial !important; left: initial !important; } - .video-js .vjs-control-bar { + .video-js.vjs-user-inactive .vjs-control-bar { position: initial !important; opacity: 1 !important; }