From 74225433376a1a778de465a4b47963ac12878edd Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 19 May 2024 19:25:30 -0400 Subject: [PATCH] leave important in CSS rules, it is necessary --- assets/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 7a75bf3..51f41b8 100644 --- a/assets/style.css +++ b/assets/style.css @@ -298,7 +298,6 @@ input#search-video { #video-wrapper { background-color: transparent !important; - margin-top: 0.25rem !important; } video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs as well as control bar on player*/ @@ -306,6 +305,10 @@ video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs a background-color: transparent !important; } +#videojs-wrapper { + margin-top: 0.25rem !important; +} + /* random shit */ #incompatible-browser { display: none !important;