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 = ({