diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index e9cc8d37..b6763089 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: 100px; + --sidebar-width: 210px; --sidebar-collapsed: 40px; --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: var(--sidebar-width); + width: 200px; padding: 4px 15px; border-top: 1px solid #fff; color: var(--color-primary);