From 372431c0a1cbc0f37f6262d95fd5a49408e835b9 Mon Sep 17 00:00:00 2001 From: VPS 4 Builder Date: Thu, 2 Jul 2026 05:20:03 +0200 Subject: [PATCH] style(newwhats): painel de agentes +20% no desktop e tela cheia no mobile Painel do meio (selecionar agente) passa de 280px para 336px (md:) e, no mobile, ocupa a tela (flex-1) com o painel principal oculto (hidden md:flex). Co-Authored-By: Claude Opus 4.8 --- frontend/views/newwhats/SecretariaView.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' ? (