From a3fec11438a576a8b99169c9d39a71f14197865f Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Thu, 24 Aug 2023 22:37:46 +0800 Subject: [PATCH] fix: styles (#1005) --- web/app/(shareLayout)/layout.tsx | 8 +++++--- web/app/components/share/chat/index.tsx | 4 ++-- web/app/components/share/chatbot/index.tsx | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/web/app/(shareLayout)/layout.tsx b/web/app/(shareLayout)/layout.tsx index 2ccd917c06..9e3e8ad4fb 100644 --- a/web/app/(shareLayout)/layout.tsx +++ b/web/app/(shareLayout)/layout.tsx @@ -6,9 +6,11 @@ const Layout: FC<{ children: React.ReactNode }> = ({ children }) => { return ( -
- - {children} +
+
+ + {children} +
) } diff --git a/web/app/components/share/chat/index.tsx b/web/app/components/share/chat/index.tsx index f0f1aea956..31bc377668 100644 --- a/web/app/components/share/chat/index.tsx +++ b/web/app/components/share/chat/index.tsx @@ -574,7 +574,7 @@ const Main: FC = ({ return return ( -
+
{!isInstalledApp && (
= ({ )} {/* main */}
diff --git a/web/app/components/share/chatbot/index.tsx b/web/app/components/share/chatbot/index.tsx index f8168d5b38..5602294c42 100644 --- a/web/app/components/share/chatbot/index.tsx +++ b/web/app/components/share/chatbot/index.tsx @@ -510,7 +510,7 @@ const Main: FC = ({