ComposeForm: icon alignment tweaks

This commit is contained in:
Alex Gleason
2021-09-22 14:56:56 -05:00
parent 3eb4eeed59
commit 15ba91e96d

View File

@ -407,6 +407,15 @@
}
} // end .compose-form
// Icon tweaks
.compose-form__spoiler-button-icon {
transform: translateY(2px);
}
.compose-form__markdown-button-icon {
transform: translateY(1px);
}
.upload-area {
align-items: center;
background: rgba($base-overlay-background, 0.8);