mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01: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;
|
transition: transform 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
#compose-button[hidden] .icon {
|
#compose-button[hidden] .icon {
|
||||||
transform: rotateY(720deg);
|
transform: rotateY(360deg);
|
||||||
}
|
}
|
||||||
#compose-button:is(:hover, :focus) {
|
#compose-button:is(:hover, :focus) {
|
||||||
background-color: var(--button-bg-color);
|
background-color: var(--button-bg-color);
|
||||||
|
|
Loading…
Reference in a new issue