From f83c92cb87aed991ec95df52c83dc74ed763a58c Mon Sep 17 00:00:00 2001 From: JimmFly Date: Fri, 16 Jun 2023 15:12:59 +0800 Subject: [PATCH] style: temporarily adjust the style of the co-pilot (#2804) --- plugins/copilot/src/UI/detail-content.tsx | 9 +++++++- plugins/copilot/src/UI/index.css.ts | 22 ++++++++++++++----- .../components/conversation-list/index.css.ts | 2 ++ .../core/components/conversation/index.css.ts | 5 ++++- .../core/components/following-up/index.css.ts | 9 +++++--- 5 files changed, 37 insertions(+), 10 deletions(-) diff --git a/plugins/copilot/src/UI/detail-content.tsx b/plugins/copilot/src/UI/detail-content.tsx index 2ada4adf6..5b5a12fd1 100644 --- a/plugins/copilot/src/UI/detail-content.tsx +++ b/plugins/copilot/src/UI/detail-content.tsx @@ -9,7 +9,12 @@ import { createRoot } from 'react-dom/client'; import { ConversationList } from '../core/components/conversation-list'; import { FollowingUp } from '../core/components/following-up'; import { openAIApiKeyAtom, useChatAtoms } from '../core/hooks'; -import { detailContentActionsStyle, detailContentStyle } from './index.css'; +import { + detailContentActionsStyle, + detailContentStyle, + inputStyle, + sendButtonStyle, +} from './index.css'; if (typeof window === 'undefined') { import('@blocksuite/blocks') @@ -67,12 +72,14 @@ const Actions = () => {
{ setInput(text); }} />