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:
parent
0bda0e3ef9
commit
1ac0f71d1e
1 changed files with 13 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue