Fix accelerate arrow, add accelerating status

This commit is contained in:
Mononaut
2024-04-13 13:14:26 +00:00
parent 88df2878cb
commit 5ca3b24527
5 changed files with 72 additions and 39 deletions

View File

@@ -79,6 +79,7 @@
flex-grow: 1;
width: 0;
white-space: nowrap;
text-align: end;
}
}
@@ -109,7 +110,7 @@
}
.progress-icon {
font-size: clamp(50px, 30vw, 200px);
font-size: clamp(30px, 20vw, 150px);
height: 100%;
display: flex;
align-items: center;