web/SidebarTab: go back to neutral transform state at end of animation

This commit is contained in:
wukko 2024-07-11 12:26:39 +06:00
parent aea7ebb371
commit 27082cd725
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -72,6 +72,7 @@
opacity: 1;
animation: pressButton 0.2s;
transition: none;
transform: none;
}
.sidebar-tab:active:not(.active) {
@ -86,7 +87,7 @@
transform: scale(1.01)
}
100% {
transform: scale(1)
transform: none
}
}