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

Merge pull request #545 from ferferga/artworks2

Improved appearance of images and artworks - Part 3

(cherry picked from commit 79cd6a7552)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
This commit is contained in:
dkanada 2019-11-24 21:38:22 +09:00 committed by Joshua Boniface
parent e1308f01b6
commit 54b05ab27d
4 changed files with 61 additions and 46 deletions

View file

@ -156,7 +156,7 @@ button {
}
.cardImageContainer {
background-size: contain;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
display: -webkit-flex;