mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Merge pull request #619 from DaveChild/patch-1
Fix for card image scaling problem
This commit is contained in:
commit
a5f09cdfd8
@ -247,7 +247,7 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.coveredImage {
|
.coveredImage {
|
||||||
background-size: 100% 100%;
|
background-size: cover;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user