1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-31 22:14:53 +01:00

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

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 */
}