From fdaa9f24ce7f2a5898e80f8a4df24ba2d21ded1a Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 7 Sep 2020 18:51:57 -0500 Subject: [PATCH] Chats: fix position of action icons --- app/styles/chats.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index e524de2ab5..d5cb4b3617 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -222,7 +222,7 @@ color: var(--primary-text-color--faint); position: absolute; right: 10px; - top: 8px; + top: calc(50% - 13px); width: auto; height: auto; background: transparent !important; @@ -232,7 +232,7 @@ } .chat-box__send .icon-button { - top: 12px; + top: calc(50% - 9px); } textarea {