This commit is contained in:
KONE SOREL 2026-04-03 14:17:01 +00:00
parent 780efb3773
commit 474b4547e0
2 changed files with 3 additions and 3 deletions

View File

@ -169,7 +169,7 @@ color: white;
.sidebar-nav .nav-link{ .sidebar-nav .nav-link{
width:190px width:190px
} }
#main{ #main{

View File

@ -58,7 +58,7 @@
--transition-slow: 0.4s cubic-bezier(.4,0,.2,1); --transition-slow: 0.4s cubic-bezier(.4,0,.2,1);
/* Layout */ /* Layout */
--sidebar-width: 240px; --sidebar-width: 220px;
--sidebar-collapsed: 60px; --sidebar-collapsed: 60px;
--header-height: 60px; --header-height: 60px;
--context-width: 320px; --context-width: 320px;
@ -430,7 +430,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
left: 0; left: 0;
width: var(--sidebar-width); width: 200px;
padding: 4px 15px; padding: 4px 15px;
border-top: 1px solid #fff; border-top: 1px solid #fff;
color: var(--color-primary); color: var(--color-primary);