From 0b2cac1b06a6906ed70535230abecb00c7bd3b82 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 3 Apr 2026 14:03:44 +0000 Subject: [PATCH] der --- 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 36eb1c8b..9a82dc6d 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: 240px; + --sidebar-width: 220px; --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: 100%; + width: var(--sidebar-width); padding: 4px 15px; border-top: 1px solid #fff; color: var(--color-primary);