From c7e09c551895febad4744a9fa5c7bea2ba63384c Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 24 Jun 2026 10:04:46 +0800 Subject: [PATCH] perf: mobile chat style --- ui/src/components/ai-chat/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/index.scss b/ui/src/components/ai-chat/index.scss index 511b42a7f5b..4ee986763ea 100644 --- a/ui/src/components/ai-chat/index.scss +++ b/ui/src/components/ai-chat/index.scss @@ -57,7 +57,7 @@ @media only screen and (max-width: 768px) { .ai-chat { - height: calc(100% - 116px) !important; + height: calc(100% - 138px) !important; } } .chat-mobile {