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

Merge pull request #3658 from thornbill/fix-channel-cards

Add workaround for channel card images
This commit is contained in:
Bill Thornton 2022-05-20 15:34:01 -04:00 committed by GitHub
commit 1be3d30027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}