This commit is contained in:
KONE SOREL 2026-04-03 14:21:56 +00:00
parent be83018ab7
commit 5f872d623e
2 changed files with 3 additions and 3 deletions

View File

@ -169,7 +169,7 @@ color: white;
/* style de la barre de navigation verticale */
.sidebar{
max-width:220px;
max-width:200px;
padding:5px
}

View File

@ -58,8 +58,8 @@
--transition-slow: 0.4s cubic-bezier(.4,0,.2,1);
/* Layout */
--sidebar-width: 220px;
--sidebar-collapsed: 60px;
--sidebar-width: 200px;
--sidebar-collapsed: 40px;
--header-height: 60px;
--context-width: 320px;
}