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

fix minor bug for listItemImage background sizing

This commit is contained in:
vitorsemeano 2019-03-26 01:45:36 +00:00
parent ac13bcb43e
commit 67f04532be

View file

@ -100,7 +100,7 @@
min-width: 2.78em;
min-height: 2.78em;
background-repeat: no-repeat;
background-size: contain;
background-size: cover;
flex-shrink: 0;
background-position: center center;
position: relative;