Make updates button drop faster

This commit is contained in:
Lim Chee Aun 2023-01-07 21:03:01 +08:00
parent 54a95363f0
commit c252667ce4

View file

@ -432,7 +432,7 @@ a.mention span {
@keyframes fade-from-top { @keyframes fade-from-top {
0% { 0% {
transform: translate(-50%, -100%); transform: translate(-50%, -200%);
opacity: 0; opacity: 0;
} }
100% { 100% {
@ -443,7 +443,7 @@ a.mention span {
.updates-button { .updates-button {
position: absolute; position: absolute;
z-index: 2; z-index: 2;
animation: fade-from-top 2s ease-out; animation: fade-from-top 0.3s ease-out;
left: 50%; left: 50%;
margin-top: 8px; margin-top: 8px;
transform: translate(-50%, 0); transform: translate(-50%, 0);