mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix music album image inheritance
This commit is contained in:
parent
68baf77f66
commit
4a063fc914
3 changed files with 14 additions and 26 deletions
|
@ -12,7 +12,8 @@
|
|||
}
|
||||
|
||||
.background-theme-b .backgroundContainer.withBackdrop {
|
||||
background-color: rgba(6, 6,6, .74);
|
||||
background-color: rgba(6, 6, 6, .94) !important;
|
||||
background: linear-gradient(to right, rgba(0, 0, 0, .99), rgba(0, 0, 0, .96), rgba(0, 0, 0, .64)) !important;
|
||||
}
|
||||
|
||||
.ui-body-b {
|
||||
|
@ -380,16 +381,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
display: flex;
|
||||
margin-bottom: 3.6em;
|
||||
}
|
||||
|
||||
.shadedDetailSection, .detailPagePrimaryContainer {
|
||||
background: rgba(0,0,0,.7);
|
||||
padding: 1em;
|
||||
box-shadow: 0 0 10px 1px black;
|
||||
}
|
||||
|
||||
.detailSection h1 {
|
||||
opacity: .9;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 1200px) {
|
||||
|
@ -508,6 +499,13 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
margin-top: 1.5em !important;
|
||||
}
|
||||
|
||||
@media all and (min-width: 800px) {
|
||||
|
||||
.mainDetailButtons, .recordingFields button {
|
||||
font-size: 110%;
|
||||
}
|
||||
}
|
||||
|
||||
.detailImageProgressContainer {
|
||||
position: absolute;
|
||||
bottom: 4px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue