auto-save 2026-05-15 16:27 (~3)

This commit is contained in:
2026-05-15 16:27:46 +08:00
parent 36eb205af0
commit ecc5894e52
3 changed files with 25 additions and 20 deletions

View File

@@ -204,7 +204,6 @@
height: 400px;
transform: translateX(-50%) scale(0.74);
transform-origin: bottom center;
animation: login-stage-breathe 7s ease-in-out infinite;
}
.login-figure {
position: absolute;
@@ -412,7 +411,7 @@
transform: translate(-8px, -6px);
}
.login-character-stage[data-mood="error"] .login-characters-container {
animation: login-stage-breathe 7s ease-in-out infinite, login-shake 0.28s ease-in-out 2;
animation: login-shake 0.28s ease-in-out 2;
}
.login-character-stage[data-mood="error"] .login-eye {
height: 10px;
@@ -442,10 +441,6 @@
.login-character-stage[data-mood="success"] .login-yellow-mouth path {
d: path("M0 6 Q20 18, 40 18 Q60 18, 80 6");
}
@keyframes login-stage-breathe {
0%, 100% { translate: 0 0; }
50% { translate: 0 -8px; }
}
@keyframes login-shake {
0%, 100% { translate: 0 0; }
33% { translate: -5px 0; }
@@ -465,7 +460,6 @@
}
}
@media (prefers-reduced-motion: reduce) {
.login-characters-container,
.login-character-stage[data-mood="error"] .login-characters-container,
.login-character-stage[data-mood="success"] .login-characters-container {
animation: none;