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 on mobile

This commit is contained in:
Bill Thornton 2022-11-15 13:22:52 -05:00
parent 8a549eb45b
commit fda6d3c969

View file

@ -447,6 +447,7 @@
.layout-mobile & {
background-attachment: initial;
background-position: top center;
margin-top: 3rem;
@media all and (orientation: portrait) and (max-width: 40em) {