From bf5a8b7582f0ad707f84297f7fa6c5c4a5a1604f Mon Sep 17 00:00:00 2001 From: Thek28 tk <774375115@qq.com> Date: Fri, 7 Apr 2023 01:42:40 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E4=BC=98=E5=8C=960407?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/button.module.scss | 4 ++-- app/components/chat.module.scss | 2 +- app/components/chat.tsx | 5 ++++- app/components/home.module.scss | 25 +++++++++++++------------ app/components/home.tsx | 13 ++++++++----- app/components/window.scss | 3 ++- app/constant.ts | 4 ++-- app/layout.tsx | 6 +++--- app/locales/cn.ts | 8 ++++---- app/styles/globals.scss | 5 ++--- app/styles/markdown.scss | 1 + 11 files changed, 42 insertions(+), 34 deletions(-) diff --git a/app/components/button.module.scss b/app/components/button.module.scss index e7d5d8940..955061a66 100644 --- a/app/components/button.module.scss +++ b/app/components/button.module.scss @@ -1,6 +1,6 @@ .icon-button { - background-color: var(--white); - border-radius: 10px; + background-color: #0c040430; + border-radius: 200px; display: flex; align-items: center; justify-content: center; diff --git a/app/components/chat.module.scss b/app/components/chat.module.scss index f57e6c100..7acb36eff 100644 --- a/app/components/chat.module.scss +++ b/app/components/chat.module.scss @@ -57,7 +57,7 @@ } .memory-prompt { - margin-top: 20px; + margin-top: 10px; .memory-prompt-title { font-size: 12px; diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 4ab616444..f76b58807 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -588,7 +588,10 @@ export function Chat(props: { >