fix: fix fade in animation on compose button (#1557)

This commit is contained in:
Nolan Lawson 2019-10-08 05:59:50 -07:00 committed by GitHub
parent 8c5d6fe667
commit 0b5adfa2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
background-color: var(--status-direct-background);
}
.compose-box-fade-in {
:global(.compose-box-fade-in) {
transition: opacity 0.2s linear; /* main page reveal */
}