changed previous fix from .fixed its .layout-fixed

pull/2167/head
REJack 2019-07-13 18:27:13 +02:00
parent bc362337a1
commit 91ef7e7bbd
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
5 changed files with 11 additions and 11 deletions

View File

@ -50,7 +50,7 @@ body,
} }
} }
&.fixed { &.layout-fixed {
.sidebar { .sidebar {
margin-top: $main-header-height; margin-top: $main-header-height;
} }
@ -124,7 +124,7 @@ body,
} }
} }
&.fixed { &.layout-fixed {
.sidebar { .sidebar {
margin-top: $main-header-height; margin-top: $main-header-height;
} }

12
dist/css/adminlte.css vendored
View File

@ -10178,7 +10178,7 @@ body,
width: 250px; width: 250px;
} }
.layout-navbar-fixed .wrapper.fixed .sidebar { .layout-navbar-fixed .wrapper.layout-fixed .sidebar {
margin-top: calc(3.5rem + 1px); margin-top: calc(3.5rem + 1px);
} }
@ -10291,7 +10291,7 @@ body,
width: 250px; width: 250px;
} }
.layout-navbar-fixed .wrapper.fixed .sidebar { .layout-navbar-fixed .wrapper.layout-fixed .sidebar {
margin-top: calc(3.5rem + 1px); margin-top: calc(3.5rem + 1px);
} }
@ -10403,7 +10403,7 @@ body,
transition: width 0.3s ease-in-out; transition: width 0.3s ease-in-out;
width: 250px; width: 250px;
} }
.layout-sm-navbar-fixed .wrapper.fixed .sidebar { .layout-sm-navbar-fixed .wrapper.layout-fixed .sidebar {
margin-top: calc(3.5rem + 1px); margin-top: calc(3.5rem + 1px);
} }
.layout-sm-navbar-fixed .wrapper .brand-link { .layout-sm-navbar-fixed .wrapper .brand-link {
@ -10494,7 +10494,7 @@ body,
transition: width 0.3s ease-in-out; transition: width 0.3s ease-in-out;
width: 250px; width: 250px;
} }
.layout-md-navbar-fixed .wrapper.fixed .sidebar { .layout-md-navbar-fixed .wrapper.layout-fixed .sidebar {
margin-top: calc(3.5rem + 1px); margin-top: calc(3.5rem + 1px);
} }
.layout-md-navbar-fixed .wrapper .brand-link { .layout-md-navbar-fixed .wrapper .brand-link {
@ -10585,7 +10585,7 @@ body,
transition: width 0.3s ease-in-out; transition: width 0.3s ease-in-out;
width: 250px; width: 250px;
} }
.layout-lg-navbar-fixed .wrapper.fixed .sidebar { .layout-lg-navbar-fixed .wrapper.layout-fixed .sidebar {
margin-top: calc(3.5rem + 1px); margin-top: calc(3.5rem + 1px);
} }
.layout-lg-navbar-fixed .wrapper .brand-link { .layout-lg-navbar-fixed .wrapper .brand-link {
@ -10676,7 +10676,7 @@ body,
transition: width 0.3s ease-in-out; transition: width 0.3s ease-in-out;
width: 250px; width: 250px;
} }
.layout-xl-navbar-fixed .wrapper.fixed .sidebar { .layout-xl-navbar-fixed .wrapper.layout-fixed .sidebar {
margin-top: calc(3.5rem + 1px); margin-top: calc(3.5rem + 1px);
} }
.layout-xl-navbar-fixed .wrapper .brand-link { .layout-xl-navbar-fixed .wrapper .brand-link {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long