fix: ocultar barra de pestañas redundante en modo embebido
This commit is contained in:
parent
c269f2773b
commit
983c0dbcd9
@ -546,6 +546,9 @@ $installersData = json_decode($config['installersDataWhatsApp'] ?? '{"instalador
|
|||||||
html.is-embedded #moduleView {
|
html.is-embedded #moduleView {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
html.is-embedded .tabs {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--primary: #2563eb;
|
--primary: #2563eb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user