fix reaction margins and paddings
This commit is contained in:
parent
622e384aa4
commit
02c69ca9f7
|
@ -380,6 +380,10 @@
|
|||
.notification__message {
|
||||
margin: -10px 0 10px;
|
||||
}
|
||||
|
||||
.reactions-bar--empty {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.notification-favourite {
|
||||
|
@ -536,6 +540,10 @@
|
|||
&.icon-button--with-counter {
|
||||
margin-inline-end: 14px;
|
||||
}
|
||||
|
||||
.fa-plus {
|
||||
padding-top: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.status__action-bar-dropdown {
|
||||
|
@ -603,6 +611,10 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 10px 0;
|
||||
|
||||
.fa-plus {
|
||||
padding-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.detailed-status__link {
|
||||
|
|
Reference in New Issue