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

Align chapter images to top

This commit is contained in:
tikuf 2014-04-05 12:25:12 +11:00
parent 861df73b9b
commit 4ddc88126e

View file

@ -31,7 +31,7 @@
.posterItemImage { .posterItemImage {
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center bottom; background-position: center top;
background-color: #000; background-color: #000;
position: relative; position: relative;
} }