diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php index eb9311d..0a07011 100755 --- a/app/Views/layout/header.php +++ b/app/Views/layout/header.php @@ -91,6 +91,14 @@ min-height: 0; } + body[data-sidebar-size=condensed] .navbar-custom { + left: 155px !important; + } + + body[data-sidebar-size=condensed] .logo-box { + width: 155px !important; + } + .navbar-custom { top: -10px !important; height: 61px !important; @@ -536,7 +544,7 @@