mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-29 12:48:57 +03:00
Make updates button drop faster
This commit is contained in:
parent
54a95363f0
commit
c252667ce4
1 changed files with 2 additions and 2 deletions
|
@ -432,7 +432,7 @@ a.mention span {
|
|||
|
||||
@keyframes fade-from-top {
|
||||
0% {
|
||||
transform: translate(-50%, -100%);
|
||||
transform: translate(-50%, -200%);
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
|
@ -443,7 +443,7 @@ a.mention span {
|
|||
.updates-button {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
animation: fade-from-top 2s ease-out;
|
||||
animation: fade-from-top 0.3s ease-out;
|
||||
left: 50%;
|
||||
margin-top: 8px;
|
||||
transform: translate(-50%, 0);
|
||||
|
|
Loading…
Reference in a new issue