From b2a22031401e414a8a6b34c2cb4c92ee4f0045c9 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Fri, 23 Feb 2024 07:59:06 +0200 Subject: [PATCH] UX: chat composer > fix typing indicator and top padding (mobile) (#25821) --- plugins/chat/assets/stylesheets/mobile/chat-composer.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/chat/assets/stylesheets/mobile/chat-composer.scss b/plugins/chat/assets/stylesheets/mobile/chat-composer.scss index 675f3b521f8..1a68336c79f 100644 --- a/plugins/chat/assets/stylesheets/mobile/chat-composer.scss +++ b/plugins/chat/assets/stylesheets/mobile/chat-composer.scss @@ -1,7 +1,10 @@ .chat-composer { &__wrapper { - padding-top: 0; + padding-top: 0.75rem; background: none; + .chat-replying-indicator { + padding-left: calc(1rem + (2 * 5px) + 0.2rem + (2 * 0.65rem)); + } } &__outer-container { padding: 0;