Skip to content

Commit 0e605d9

Browse files
Removing custom videoJS css which is no longer necessary
1 parent d5bc0cd commit 0e605d9

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

src/renderer/videoJS.css

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,35 +1836,6 @@ video::-webkit-media-text-track-display {
18361836
width: 3em
18371837
}
18381838

1839-
@media(max-width: 500px) {
1840-
.video-js .vjs-time-control {
1841-
display: none !important;
1842-
}
1843-
.videoLayout .videoArea[data-v-8162b946],
1844-
.videoLayout .infoArea[data-v-8162b946],
1845-
.videoLayout .sidebarArea[data-v-8162b946] {
1846-
max-width: 95vw;
1847-
}
1848-
}
1849-
1850-
@media(max-width: 390px) {
1851-
.video-js .vjs-time-control {
1852-
display: none !important;
1853-
}
1854-
.videoLayout .videoArea[data-v-8162b946],
1855-
.videoLayout .infoArea[data-v-8162b946],
1856-
.videoLayout .sidebarArea[data-v-8162b946] {
1857-
max-width: 95vw;
1858-
}
1859-
}
1860-
@media(max-width: 314px) {
1861-
.video-js .vjs-control:not(.vjs-progress-control):not(.vjs-volume-horizontal) {
1862-
width: 1.5rem !important;
1863-
transform: scale(0.7);
1864-
}
1865-
}
1866-
1867-
18681839
.video-js .vjs-menu-button-inline:before {
18691840
width: 1.5em
18701841
}

0 commit comments

Comments
 (0)