made the anim work for admins too

This commit is contained in:
2024-01-25 21:11:41 +01:00
parent 82cf0085b4
commit 8accaa58f4
3 changed files with 11 additions and 14 deletions

View File

@@ -30,9 +30,4 @@ body {
opacity: 0;
transform: translateX(-35px);
transition: opacity 0.8s ease, transform 0.6s ease;
}
.fade-in {
opacity: 1;
transform: translateX(0);
}
}