New: Updated backdrop scale origin and size on desktop

This commit is contained in:
lscambo13
2025-06-07 12:38:38 -07:00
parent b9731e8b69
commit 0d3756bb2b

View File

@@ -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;
}