mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Adjusted the backdrop transparency on desktop
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user