Hide mascot head on compose box

This commit is contained in:
chr 2018-04-01 23:07:12 -07:00
parent 8cdc0956e8
commit 3229055128
1 changed files with 4 additions and 0 deletions

View File

@ -156,6 +156,10 @@ $gold-star: #dd9d08;
/* components.scss */
.drawer__inner__mastodon {
display: none;
}
.onboarding-modal__page {
p {
color: $primary-text-color;