fix reaction margins and paddings

This commit is contained in:
fef 2022-11-29 09:07:10 +00:00 committed by neatchee
parent aa6abec827
commit fff8112a5f

View file

@ -430,6 +430,10 @@
.notification__message {
margin: -10px 0px 10px 0;
}
.reactions-bar--empty {
margin-top: 0;
}
}
.notification-favourite {
@ -586,6 +590,10 @@
&.icon-button--with-counter {
margin-right: 14px;
}
.fa-plus {
padding-top: 1px;
}
}
.status__action-bar-dropdown {
@ -652,6 +660,10 @@
display: flex;
flex-direction: row;
padding: 10px 0;
.fa-plus {
padding-top: 2px;
}
}
.detailed-status__link {