Skip to content

Commit

Permalink
FIX: #101 background cover is applied on top of some elements
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMaille committed Nov 12, 2024
1 parent c210f2a commit 457a5fb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions user.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ img.main-devicePicker-nowPlayingActiveIcon,
}
}

.main-entityHeader-overlay,
.Root__globalNav {
background-color: transparent;
}

.encore-dark-theme,
.encore-dark-theme .encore-base-set {
--background-base: transparent;
}

#main {
position: fixed;
}
Expand All @@ -89,7 +99,6 @@ img.main-devicePicker-nowPlayingActiveIcon,
backface-visibility: hidden;
transition: background-image linear 0.35s;
opacity: calc(var(--is_light) * 0.05 + 0.12);
z-index: 2;
width: 150%;
border-radius: 40%;
}
Expand Down Expand Up @@ -256,7 +265,7 @@ img.main-devicePicker-nowPlayingActiveIcon,
/* Tone done gradients */
.under-main-view,
[style*="background-color"]:not(.main-shelf-shelfGrid [style*="background-color"]) {
opacity: 0.2;
opacity: 0;
}

/* Fix forced subdue */
Expand Down

0 comments on commit 457a5fb

Please sign in to comment.