mirror of
https://github.com/go-gitea/gitea
synced 2024-11-17 15:31:06 +01:00
add back animation
This commit is contained in:
parent
59a75d2f8d
commit
72c09e46ad
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue