mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Merge pull request #3658 from thornbill/fix-channel-cards
Add workaround for channel card images
(cherry picked from commit 1be3d30027
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
This commit is contained in:
parent
311e271410
commit
50e423ba2e
@ -7,3 +7,8 @@
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: background sizing for cards really needs revisited, but these are particularly terrible
|
||||
#channelsTab .cardImageContainer {
|
||||
background-size: contain;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user