neues Admin UI Layout eingeführt. Alle Tests auf den neusten Stand gebracht.

This commit is contained in:
Codex Agent
2025-12-30 10:24:06 +01:00
parent 902e78cae9
commit efe2f25b3e
85 changed files with 95235 additions and 19197 deletions

View File

@@ -520,6 +520,27 @@ h4,
}
}
@keyframes admin-fade-up {
0% {
opacity: 0;
transform: translate3d(0, 6px, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
.admin-fade-up {
animation: admin-fade-up 220ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
@media (prefers-reduced-motion: reduce) {
.admin-fade-up {
animation: none;
}
}
.mobile-skeleton {
border-color: transparent !important;
background: linear-gradient(