Commit 4a70d97b authored by JC Brand's avatar JC Brand

CSS fix. Show message actions side-by-side

parent 627f306d
...@@ -219,11 +219,13 @@ ...@@ -219,11 +219,13 @@
} }
.chat-msg__actions { .chat-msg__actions {
display: flex;
flex-wrap: nowrap;
.chat-msg__action { .chat-msg__action {
height: var(--message-font-size); height: var(--message-font-size);
font-size: var(--message-font-size); font-size: var(--message-font-size);
padding: 0; padding: 0;
padding-left: 0.2em; padding-left: 0.5em;
border: none; border: none;
opacity: 0; opacity: 0;
background: transparent; background: transparent;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment