Fix: Adjusted the backdrop transparency on desktop

This commit is contained in:
lscambo13
2025-05-10 12:25:21 -07:00
parent 77a94bbea8
commit 13f242eb40

View File

@@ -675,7 +675,7 @@ html {
}
.backgroundContainer.withBackdrop {
opacity: .98;
opacity: .975;
background: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPointAlpha) 100%);
}
@@ -691,7 +691,6 @@ html {
}
}
.backdropImageFadeIn,
.layout-mobile .itemBackdrop {
overflow: hidden;