720deg is too fast 😂

This commit is contained in:
Lim Chee Aun 2023-01-11 11:16:32 +08:00
parent d6c0f83c15
commit cda16b1da6

View file

@ -627,7 +627,7 @@ button.carousel-dot[disabled].active {
transition: transform 0.3s ease-in-out;
}
#compose-button[hidden] .icon {
transform: rotateY(720deg);
transform: rotateY(360deg);
}
#compose-button:is(:hover, :focus) {
background-color: var(--button-bg-color);