From 21fb3eba651404b9d88bf0c58bcc283cfa14bd54 Mon Sep 17 00:00:00 2001 From: real-jacket <1762982273@qq.com> Date: Thu, 30 Mar 2023 01:01:33 +0800 Subject: [PATCH] style(chat-body): fix chat-body margin-bottom not enough --- app/components/home.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/home.module.scss b/app/components/home.module.scss index fb96bd451..3eb332e62 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -218,7 +218,7 @@ flex: 1; overflow: auto; padding: 20px; - margin-bottom: 100px; + margin-bottom: 160px; } .chat-message {