1
0
Fork 0

Feather spins

This commit is contained in:
Lim Chee Aun 2023-01-10 21:03:36 +08:00
parent 6319bfb580
commit 021d2aa2ae

View file

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