fixed issue of trailers not getting internet metadata
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user