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:
parent
a0f302816d
commit
c3d458b148
3 changed files with 2 additions and 30 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue