From 98371853fe2ce019bf6b8ef0f97ef19a1fb9e118 Mon Sep 17 00:00:00 2001 From: ubermanu <e.vodor@gmail.com> Date: Thu, 18 Mar 2021 12:57:44 +0100 Subject: [PATCH] bugfix: do not cut out the emoji reaction on new line --- src/styles/index.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 161d8ec..71bdc05 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -881,15 +881,18 @@ } .chat-msg__reactions { - margin-top: 1em; + margin-top: 0.7em; } .chat-msg__reaction { + display: inline-block; color: var(--text-color); margin-right: 0.3em; + margin-top: 0.3em; padding: 0.2em 0.3em; border-radius: 3px; text-decoration: none; + white-space: nowrap; .count { font-size: 0.8em; -- GitLab