Still too fast

This commit is contained in:
Lim Chee Aun 2023-01-13 15:39:10 +08:00
parent 3cf918672e
commit 1d4c604899

View file

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