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

Fix background size for TV channel logos

This commit is contained in:
Bill Thornton 2020-08-20 11:42:09 -04:00
parent c3d458b148
commit 8194b19d0c
2 changed files with 8 additions and 0 deletions

View file

@ -1211,6 +1211,10 @@ import 'programStyles';
if (coveredImage) {
cardImageContainerClass += ' coveredImage';
if (item.Type === 'TvChannel') {
cardImageContainerClass += ' coveredImage-contain';
}
}
if (!imgUrl) {