Use different fade timing for updates button

pull/54/head
Lim Chee Aun 2023-02-10 00:36:56 +08:00
rodzic 1a5396ae70
commit 5ca9a7a91f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -705,7 +705,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
position: absolute;
z-index: 2;
top: 3em;
animation: fade-from-top 0.3s ease-out;
animation: fade-from-top 0.3s var(--timing-function);
left: 50%;
margin-top: 16px;
transform: translate(-50%, 0);