Message / Reactions: Fix padding (#1953)

This commit is contained in:
Alexander Zinchuk 2022-07-20 16:02:03 +02:00
parent bc2739ff3b
commit 9b3050d179

View File

@ -70,6 +70,18 @@
.own &.is-outside {
flex-direction: row-reverse;
.Button {
&:first-of-type {
margin-left: 0.125rem;
margin-right: 0;
}
&:last-of-type {
margin-right: 0.125rem;
margin-left: 0;
}
}
}
&.is-outside .Button {