diff --git a/frontend/views/newwhats/SecretariaView.tsx b/frontend/views/newwhats/SecretariaView.tsx
index 2b54bfc..da4d248 100644
--- a/frontend/views/newwhats/SecretariaView.tsx
+++ b/frontend/views/newwhats/SecretariaView.tsx
@@ -1625,8 +1625,8 @@ export function SecretariaView(props: { onNavigate?: (view: string) => void } =
/>
)}
- {/* Left Panel */}
-
+ {/* Left Panel — no mobile ocupa a tela (flex-1); no desktop 336px (+20%) */}
+
{/* Agent selector */}
@@ -1696,8 +1696,8 @@ export function SecretariaView(props: { onNavigate?: (view: string) => void } =
)}
- {/* Main Panel */}
-
+ {/* Main Panel — oculto no mobile (painel lateral vira tela cheia) */}
+
{store.selectedConversation && activeTab === 'conversations' ? (