diff --git a/frontend/src/components/features/conversation/conversation-main/mobile-layout.tsx b/frontend/src/components/features/conversation/conversation-main/mobile-layout.tsx index 809d3bc280..c71bac88e7 100644 --- a/frontend/src/components/features/conversation/conversation-main/mobile-layout.tsx +++ b/frontend/src/components/features/conversation/conversation-main/mobile-layout.tsx @@ -8,12 +8,12 @@ interface MobileLayoutProps { export function MobileLayout({ isRightPanelShown }: MobileLayoutProps) { return ( -
+
{/* Chat area - shrinks when panel slides up */}
@@ -22,13 +22,13 @@ export function MobileLayout({ isRightPanelShown }: MobileLayoutProps) { {/* Bottom panel - slides up from bottom */}
-
+
diff --git a/frontend/src/routes/root-layout.tsx b/frontend/src/routes/root-layout.tsx index 05ad5ae142..930451dae9 100644 --- a/frontend/src/routes/root-layout.tsx +++ b/frontend/src/routes/root-layout.tsx @@ -216,7 +216,10 @@ export default function MainApp() { {config.data?.MAINTENANCE && ( )} -
+