mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Try rotate3d instead
Got to squeeze out that GPU power yo
This commit is contained in:
parent
0dcccd1e57
commit
b8b8cc57cd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue