Message / Reactions: Fix padding (#1953)
This commit is contained in:
parent
bc2739ff3b
commit
9b3050d179
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user