Fix: Adjusted the backdrop transparency on desktop
This commit is contained in:
parent
77a94bbea8
commit
13f242eb40
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue