CSS fix. Show message actions side-by-side

This commit is contained in:
JC Brand 2019-11-07 14:54:02 +01:00
parent 627f306d1b
commit 4a70d97b4e

View File

@ -219,11 +219,13 @@
}
.chat-msg__actions {
display: flex;
flex-wrap: nowrap;
.chat-msg__action {
height: var(--message-font-size);
font-size: var(--message-font-size);
padding: 0;
padding-left: 0.2em;
padding-left: 0.5em;
border: none;
opacity: 0;
background: transparent;