This commit is contained in:
KONE SOREL 2026-03-12 17:39:27 +00:00
parent 1fbd134731
commit 0a016a7cce
2 changed files with 4 additions and 2 deletions

View File

@ -1518,6 +1518,7 @@ select[class*="selectpicker"],
body.toggle-sidebar #main {
margin-left: 68px !important;
}
/* Masquer textes et chevrons */
body.toggle-sidebar #sidebar .nav-link span,
body.toggle-sidebar #sidebar .nav-link .bi-chevron-down,

View File

@ -108,6 +108,9 @@ $descriptionVue = $_SESSION['descriptionVue'];
<?php include 'includes/header.php'; ?>
<?php include 'includes/sidebar.php'; ?>
<?php include 'includes/barre-contexte.php'; ?>
<?php include 'includes/modals.php'; ?>
<!-- ======= Main ======= -->
<main id="main" class="main">
@ -146,8 +149,6 @@ $descriptionVue = $_SESSION['descriptionVue'];
</main>
<!-- End Main -->
<?php include 'includes/barre-contexte.php'; ?>
<?php include 'includes/modals.php'; ?>
<?php include 'includes/scripts-footer.php'; ?>
</body>
</html>