ComposeForm: icon alignment tweaks

profile-avatar-switcher
Alex Gleason 2021-09-22 14:56:56 -05:00
rodzic 3eb4eeed59
commit 15ba91e96d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -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);