From aeb2526c30f877cc9c4500f7f3e4c5c175a60127 Mon Sep 17 00:00:00 2001 From: camer0n Date: Sun, 20 Apr 2025 16:09:45 -0700 Subject: [PATCH] #5473 Another CSS Tweak --- e107_themes/bootstrap3/css/modern-dark-2.css | 31 +++++++++++++++----- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/e107_themes/bootstrap3/css/modern-dark-2.css b/e107_themes/bootstrap3/css/modern-dark-2.css index acd22122a..3d0f1f966 100644 --- a/e107_themes/bootstrap3/css/modern-dark-2.css +++ b/e107_themes/bootstrap3/css/modern-dark-2.css @@ -1662,6 +1662,9 @@ body { height: auto !important; } + + + /* Ensure the row supports scrolling */ .is-table-row { min-height: 100vh; /* Ensure row is at least viewport height */ @@ -1698,13 +1701,8 @@ body { width: 60px; } -div.is-table-row .sidebar-toggle-panel { - display:inline-block; - opacity: 0; - height: 0; - width: 0; - overflow: hidden; -} + + /* Expanded state */ .admin-left-panel:not(.is-table-row) { @@ -1883,7 +1881,24 @@ body#admin-menus .admin-left-panel .panel { .admin-left-panel .alert { border-radius: 0 } -.admin-container-legacy .admin-left-panel { width: 315px !important } + + +div.is-table-row .sidebar-toggle-panel { /*display:none; */ + + display:inline-block; + opacity: 0; + height: 0; + width: 0; + overflow: hidden; + +} + + + + +.admin-container-legacy .admin-left-panel { width: 315px !important; } +.admin-container-legacy div.is-table-row .sidebar-toggle-panel { opacity: 1; height: auto; overflow: visible; width: auto; display:inline-block;} + .text-primary,.text-primary:hover{color:#337ab7 !important} .text-success,.text-success:hover{color:#51a351 !important}