mirror of
https://github.com/go-gitea/gitea
synced 2024-11-12 13:01:19 +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;
|
overflow-y: auto;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
transition: opacity 1s ease;
|
animation: fadein;
|
||||||
|
animation-duration: .2s;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue