mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 02:35:39 +03:00
720deg is too fast 😂
This commit is contained in:
parent
d6c0f83c15
commit
cda16b1da6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue