mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update video player
This commit is contained in:
parent
e5119016fc
commit
353d62846e
6 changed files with 68 additions and 35 deletions
|
@ -155,15 +155,19 @@
|
|||
position: fixed;
|
||||
}
|
||||
|
||||
@media all and (max-width:600px) {
|
||||
@media all and (max-width:480px) {
|
||||
.osdPoster {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:540px) {
|
||||
.videoOsdBottom .paper-icon-button-light {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:600px) {
|
||||
.videoOsdBottom .volumeButtons {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue