diff --git a/web/app/(shareLayout)/layout.tsx b/web/app/(shareLayout)/layout.tsx index 2ccd917c0..9e3e8ad4f 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 f0f1aea95..31bc37766 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 f8168d5b3..5602294c4 100644 --- a/web/app/components/share/chatbot/index.tsx +++ b/web/app/components/share/chatbot/index.tsx @@ -510,7 +510,7 @@ const Main: FC = ({