1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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

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