mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01: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 {
|
@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);
|
||||||
|
|
Loading…
Reference in a new issue