From 983c0dbcd9f5ee136d862b5b65b8dd6d9c3873af Mon Sep 17 00:00:00 2001 From: DANYDHSV Date: Mon, 27 Jul 2026 13:56:05 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20ocultar=20barra=20de=20pesta=C3=B1as=20r?= =?UTF-8?q?edundante=20en=20modo=20embebido?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public.php b/public.php index 46281208..de8ad10e 100755 --- a/public.php +++ b/public.php @@ -546,6 +546,9 @@ $installersData = json_decode($config['installersDataWhatsApp'] ?? '{"instalador html.is-embedded #moduleView { display: block !important; } + html.is-embedded .tabs { + display: none !important; + } :root { --primary: #2563eb;