Fix video osd hiding remote seek buttons.

This commit is contained in:
Ian Walton
2020-08-25 02:27:24 -04:00
parent dc162aca95
commit 49edf39d52
+3 -2
View File
@@ -248,8 +248,8 @@
}
@media all and (max-width: 30em) {
.btnFastForward,
.btnRewind,
.osdControls .btnFastForward,
.osdControls .btnRewind,
.osdMediaInfo,
.osdPoster {
display: none !important;
@@ -281,3 +281,4 @@
display: none !important;
}
}