New: Updated backdrop scale origin and size on desktop
This commit is contained in:
parent
b9731e8b69
commit
0d3756bb2b
1 changed files with 2 additions and 2 deletions
|
|
@ -1018,13 +1018,13 @@ html {
|
|||
}
|
||||
|
||||
to {
|
||||
transform: scale(1.075);
|
||||
transform: scale(1.1);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.backdropImageFadeIn {
|
||||
transform-origin: bottom left;
|
||||
transform-origin: bottom center;
|
||||
animation: animScaleUp 3s ease-out forwards;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue