Fix blinking message options when hovering the message and moving a mouse horizontally. (#4944)
This commit is contained in:
parent
5fad43fcfb
commit
06dd10844d
1 changed files with 4 additions and 2 deletions
|
@ -128,10 +128,12 @@
|
|||
}
|
||||
|
||||
.module-message__buttons--incoming {
|
||||
left: calc(100% + 8px);
|
||||
left: 100%;
|
||||
padding-left: 8px;
|
||||
}
|
||||
.module-message__buttons--outgoing {
|
||||
right: calc(100% + 8px);
|
||||
right: 100%;
|
||||
padding-right: 8px;
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue