fix: ocultar barra de pestañas redundante en modo embebido

This commit is contained in:
DANYDHSV 2026-07-27 13:56:05 -06:00
parent c269f2773b
commit 983c0dbcd9

View File

@ -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;