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

Fix item details banner image alignment

This commit is contained in:
Bill Thornton 2022-11-15 11:38:34 -05:00
parent 4f3ac34739
commit 8a549eb45b

View file

@ -439,7 +439,7 @@
.itemBackdrop {
background-size: cover;
background-repeat: no-repeat;
background-position: center 0;
background-position: center center;
background-attachment: fixed;
height: 40vh;
position: relative;