mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
fixes #199 - Folder Pictures not resizing properly in this build
This commit is contained in:
parent
c715a56cdf
commit
16ec2612e2
@ -18,9 +18,9 @@
|
||||
}
|
||||
|
||||
.posterItemImage {
|
||||
background-size: 100% auto;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center bottom;
|
||||
background-position: left bottom;
|
||||
}
|
||||
|
||||
.defaultPosterItemImage {
|
||||
|
Loading…
Reference in New Issue
Block a user