From 3adca26808a38730bfa472655d0406663156c49b Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Thu, 29 Jun 2023 11:03:13 +0800 Subject: [PATCH] Update chat.module.scss --- app/components/chat.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat.module.scss b/app/components/chat.module.scss index a56c1c69..3f86bb4e 100644 --- a/app/components/chat.module.scss +++ b/app/components/chat.module.scss @@ -324,7 +324,7 @@ font-size: 12px; align-items: flex-end; justify-content: space-between; - transition: all ease 0.3s; + transition: all ease 0.1s; transform: translateY(10px); opacity: 0; height: 0;