Use different fade timing for updates button
This commit is contained in:
parent
1a5396ae70
commit
5ca9a7a91f
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
top: 3em;
|
top: 3em;
|
||||||
animation: fade-from-top 0.3s ease-out;
|
animation: fade-from-top 0.3s var(--timing-function);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
transform: translate(-50%, 0);
|
transform: translate(-50%, 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue