0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-05-23 13:53:57 +02:00

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

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