Faster animation to match the fast update

This commit is contained in:
Leo Vasanko 2023-11-02 17:56:55 +00:00
parent 3479a0da57
commit 56082cba15

View File

@ -185,7 +185,7 @@ import createWebSocket from '@/repositories/WS';
color: #888; color: #888;
margin: 0 1em 0 .5em; margin: 0 1em 0 .5em;
position: absolute; position: absolute;
transition: transform 0.5s ease; transition: transform 0.2s linear;
} }
.sortactive::after { .sortactive::after {
transform: rotate(90deg); transform: rotate(90deg);