Try rotate3d instead

Got to squeeze out that GPU power yo
This commit is contained in:
Lim Chee Aun 2023-01-14 20:22:41 +08:00
parent 0dcccd1e57
commit b8b8cc57cd

View file

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