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;