This commit is contained in:
KONE SOREL 2026-04-03 14:32:24 +00:00
parent cde5db481a
commit 06c0493c5e
2 changed files with 4 additions and 4 deletions

View File

@ -174,7 +174,7 @@ padding:2px
}
.sidebar-nav .nav-link{
width:190px
width:190px
}
#main{

View File

@ -1564,12 +1564,12 @@ select[class*="selectpicker"],
/* ── Mode réduit (icônes seules) — desktop ── */
body.toggle-sidebar #sidebar {
width: 68px !important;
min-width: 68px !important;
width: 40px !important;
min-width: 40px !important;
}
body.toggle-sidebar #main {
margin-left: 68px !important;
margin-left: 40px !important;
}
/* Masquer textes et chevrons */