mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-26 20:34:44 +01:00
Message: Fix position for outside reactions on own messages (#1727)
This commit is contained in:
parent
d8ec4b97f0
commit
abd10ba9b8
@ -68,6 +68,10 @@
|
||||
margin-top: 0.125rem;
|
||||
}
|
||||
|
||||
.own &.is-outside {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
&.is-outside .Button {
|
||||
--reaction-background: var(--pattern-color);
|
||||
color: white;
|
||||
|
Loading…
Reference in New Issue
Block a user