1
0
Fork 0
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:
Luke Pulverenti 2017-01-08 18:56:34 -05:00
parent e5119016fc
commit 353d62846e
6 changed files with 68 additions and 35 deletions

View file

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