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

fixed issue of trailers not getting internet metadata

This commit is contained in:
Luke Pulverenti 2013-05-31 00:01:29 -04:00
parent 0bda0e3ef9
commit 1ac0f71d1e

View file

@ -52,7 +52,13 @@
height: 50px;
}
@media all and (max-width: 400px) {
@media all and (max-width: 550px) {
.nowPlayingCell + .nowPlayingCell {
display: none;
}
}
@media all and (max-width: 450px) {
.nowPlayingCell {
display: none;
}
@ -76,6 +82,12 @@
}
}
@media all and (min-width: 400px) {
#remoteControlFlyout {
width: 360px;
}
}
@media all and (min-width: 500px) {
#remoteControlFlyout {
width: 450px;