From 13d5018679a79cea72df6c45a3031a29c1c23de1 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 3 Apr 2026 14:18:07 +0000 Subject: [PATCH] serer --- Bootstrap_new/css/theme-modern.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 5ed20b13..cc397e3d 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -58,7 +58,7 @@ --transition-slow: 0.4s cubic-bezier(.4,0,.2,1); /* Layout */ - --sidebar-width: 220px; + --sidebar-width: 200px; --sidebar-collapsed: 60px; --header-height: 60px; --context-width: 320px; @@ -430,7 +430,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { position: fixed; bottom: 0; left: 0; - width: 200px; + width: var(--sidebar-width); padding: 4px 15px; border-top: 1px solid #fff; color: var(--color-primary);