From e20e7da3f4e82f3944a91ee7aa114b0fba57d4dd Mon Sep 17 00:00:00 2001 From: pacmandoh Date: Tue, 26 Dec 2023 22:27:12 +0800 Subject: [PATCH] fix: chat-input-image position on moblie device --- app/components/chat.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/chat.module.scss b/app/components/chat.module.scss index a15bd3eb1..9c0d2963b 100644 --- a/app/components/chat.module.scss +++ b/app/components/chat.module.scss @@ -582,6 +582,7 @@ } .chat-input-image { - bottom: 30px; + bottom: 84px; + right: 32px; } }