mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix unsuitable backdrop on mobile
This commit is contained in:
parent
4d66c53263
commit
af8088d25b
1 changed files with 4 additions and 0 deletions
|
@ -444,6 +444,10 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-mobile .itemBackdrop {
|
||||||
|
background-attachment: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
.layout-desktop .itemBackdrop::after,
|
.layout-desktop .itemBackdrop::after,
|
||||||
.layout-tv .itemBackdrop::after {
|
.layout-tv .itemBackdrop::after {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue