mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -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 {
|
.posterItemImage {
|
||||||
background-size: 100% auto;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center bottom;
|
background-position: left bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
.defaultPosterItemImage {
|
.defaultPosterItemImage {
|
||||||
|
Loading…
Reference in New Issue
Block a user