slightly increase spinner fade time

This commit is contained in:
hippoz 2022-12-01 17:48:18 +02:00
parent 1e02b29465
commit a5f0596ee5
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -329,7 +329,7 @@ body {
border: 5px solid hsla(0, 0%, 100%, 0.1);
border-left-color: hsla(0, 0%, 100%, 0.3);
border-radius: 50%;
animation: spinner-fadein 0.3s, spinner-spin 1.1s cubic-bezier(0.77,0,0.18,1) infinite;
animation: spinner-fadein 0.5s, spinner-spin 1.1s cubic-bezier(0.77,0,0.18,1) infinite;
width: 38px;
height: 38px;
}