leave important in CSS rules, it is necessary

This commit is contained in:
matty 2024-05-19 19:25:30 -04:00
parent 5b589c45b4
commit 7422543337
1 changed files with 4 additions and 1 deletions

View File

@ -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;