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