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

Remove unused styles and unneeded class

This commit is contained in:
Bill Thornton 2020-08-20 11:38:06 -04:00
parent a0f302816d
commit c3d458b148
3 changed files with 2 additions and 30 deletions

View file

@ -1211,10 +1211,6 @@ import 'programStyles';
if (coveredImage) {
cardImageContainerClass += ' coveredImage';
if (item.MediaType === 'Photo' || item.Type === 'PhotoAlbum' || item.Type === 'Folder' || item.ProgramInfo || item.Type === 'Program' || item.Type === 'Recording') {
cardImageContainerClass += ' coveredImage-noScale';
}
}
if (!imgUrl) {