mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Backdrops should be visible now if a user has them enabled
This commit is contained in:
@@ -218,13 +218,21 @@ h2 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.backgroundContainer,
|
||||
.nowPlayingPlaylist,
|
||||
.nowPlayingContextMenu,
|
||||
html {
|
||||
background: linear-gradient(0deg, var(--darkerGradientPoint), var(--lighterGradientPoint));
|
||||
}
|
||||
|
||||
.backgroundContainer:not(.withBackdrop) {
|
||||
background: linear-gradient(0deg, var(--darkerGradientPoint), var(--lighterGradientPoint));
|
||||
}
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
opacity: .9375;
|
||||
background: linear-gradient(0deg, var(--darkerGradientPoint), var(--lighterGradientPoint));
|
||||
}
|
||||
|
||||
.skinHeader-blurred:not(.osdHeader) {
|
||||
background-color: var(--headerColor) !important;
|
||||
backdrop-filter: blur(5px) !important;
|
||||
|
Reference in New Issue
Block a user