mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #619 from DaveChild/patch-1
Fix for card image scaling problem
This commit is contained in:
commit
a5f09cdfd8
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ button {
|
|||
}
|
||||
|
||||
.coveredImage {
|
||||
background-size: 100% 100%;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue