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:
parent
dc162aca95
commit
49edf39d52
1 changed files with 3 additions and 2 deletions
|
@ -248,8 +248,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 30em) {
|
@media all and (max-width: 30em) {
|
||||||
.btnFastForward,
|
.osdControls .btnFastForward,
|
||||||
.btnRewind,
|
.osdControls .btnRewind,
|
||||||
.osdMediaInfo,
|
.osdMediaInfo,
|
||||||
.osdPoster {
|
.osdPoster {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
@ -281,3 +281,4 @@
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue