Fix blinking message options when hovering the message and moving a mouse horizontally. (#4944)

This commit is contained in:
Chris Gaszynski 2021-02-05 00:45:47 +02:00 committed by GitHub
parent 5fad43fcfb
commit 06dd10844d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}