mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Merge pull request #878 from nyanmisaka/mobilebackdrop
Fix unsuitable backdrop on mobile
This commit is contained in:
commit
44e8e462a1
@ -444,6 +444,10 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.layout-mobile .itemBackdrop {
|
||||
background-attachment: scroll;
|
||||
}
|
||||
|
||||
.layout-desktop .itemBackdrop::after,
|
||||
.layout-tv .itemBackdrop::after {
|
||||
content: "";
|
||||
|
Loading…
Reference in New Issue
Block a user