fix(turnero): agregar sidebar toggle en vistas standalone (recepcion, lugar, configuracion)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-24 08:31:08 -05:00
co-authored by Claude Sonnet 4.6
parent da594e0021
commit 90baff34f9
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -303,7 +303,7 @@ document.addEventListener('DOMContentLoaded', function() {
<main class="main-content" style="padding:0">
<!-- ── Top bar ──────────────────────────────────────────── -->
<div class="d-flex align-items-center justify-content-between px-3 py-2 border-bottom bg-white"
<div class="content-header d-flex align-items-center justify-content-between px-3 py-2 border-bottom bg-white"
style="position:sticky;top:0;z-index:100">
<div class="d-flex align-items-center gap-2">
<i class="fas fa-concierge-bell text-primary"></i>
@@ -1664,5 +1664,6 @@ function mostrarToast(msg, type = 'info', duration = 2500) {
}
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="<?= defined('APP_URL') ? rtrim(APP_URL,'/') : '' ?>/assets/js/lab-sidebar.js"></script>
</body>
</html>