add back animation

This commit is contained in:
silverwind 2024-04-26 23:25:27 +02:00
parent 59a75d2f8d
commit 72c09e46ad
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
overflow-y: auto;
justify-content: center;
padding: 8px 0;
transition: opacity 1s ease;
animation: fadein;
animation-duration: .2s;
user-select: none;
}