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

Merge pull request #5139 from thornbill/item-details-backdrop-take-57

Refactor item details backdrop handling
This commit is contained in:
Bill Thornton 2024-01-22 00:22:49 -05:00 committed by GitHub
commit 62005df481
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 50 additions and 21 deletions

View file

@ -579,14 +579,6 @@
height: 30vh;
}
}
.layout-desktop &::after {
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.65);
display: block;
}
}
.layout-tv .itemBackdrop {
@ -850,11 +842,11 @@
}
.detailPageSecondaryContainer {
margin: 1.25em 0;
padding-top: 1.25em;
}
.layout-mobile .detailPageSecondaryContainer {
margin: 1em 0;
padding-top: 1em;
}
.detailImageContainer .card {