fix: fix fade in animation on compose button (#1557)
This commit is contained in:
parent
8c5d6fe667
commit
0b5adfa2c9
|
@ -57,7 +57,7 @@
|
||||||
background-color: var(--status-direct-background);
|
background-color: var(--status-direct-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.compose-box-fade-in {
|
:global(.compose-box-fade-in) {
|
||||||
transition: opacity 0.2s linear; /* main page reveal */
|
transition: opacity 0.2s linear; /* main page reveal */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue