fix reaction margins and paddings

This commit is contained in:
fef 2022-11-29 09:07:10 +00:00 committed by Jeremy Kescher
parent 50f91f5510
commit b25d27667c
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4

View file

@ -380,6 +380,10 @@
.notification__message { .notification__message {
margin: -10px 0 10px; margin: -10px 0 10px;
} }
.reactions-bar--empty {
margin-top: 0;
}
} }
.notification-favourite { .notification-favourite {
@ -536,6 +540,10 @@
&.icon-button--with-counter { &.icon-button--with-counter {
margin-inline-end: 14px; margin-inline-end: 14px;
} }
.fa-plus {
padding-top: 1px;
}
} }
.status__action-bar-dropdown { .status__action-bar-dropdown {
@ -603,6 +611,10 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding: 10px 0; padding: 10px 0;
.fa-plus {
padding-top: 2px;
}
} }
.detailed-status__link { .detailed-status__link {