mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add workaround for channel card images
This commit is contained in:
parent
9b8507706c
commit
cd31ae7afe
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue