Skip to content

Commit

Permalink
Removing custom videoJS css which is no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Oct 10, 2022
1 parent d5bc0cd commit 0e605d9
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions src/renderer/videoJS.css
Original file line number Diff line number Diff line change
Expand Up @@ -1836,35 +1836,6 @@ video::-webkit-media-text-track-display {
width: 3em
}

@media(max-width: 500px) {
.video-js .vjs-time-control {
display: none !important;
}
.videoLayout .videoArea[data-v-8162b946],
.videoLayout .infoArea[data-v-8162b946],
.videoLayout .sidebarArea[data-v-8162b946] {
max-width: 95vw;
}
}

@media(max-width: 390px) {
.video-js .vjs-time-control {
display: none !important;
}
.videoLayout .videoArea[data-v-8162b946],
.videoLayout .infoArea[data-v-8162b946],
.videoLayout .sidebarArea[data-v-8162b946] {
max-width: 95vw;
}
}
@media(max-width: 314px) {
.video-js .vjs-control:not(.vjs-progress-control):not(.vjs-volume-horizontal) {
width: 1.5rem !important;
transform: scale(0.7);
}
}


.video-js .vjs-menu-button-inline:before {
width: 1.5em
}
Expand Down

0 comments on commit 0e605d9

Please sign in to comment.