mirror of https://github.com/ColorlibHQ/AdminLTE
fixed sidebar-no-expand display issue with brand-image-xl/xs & nav-child-indent
parent
580e6a12a5
commit
1f6e992757
|
@ -64,6 +64,20 @@
|
||||||
float: none !important;
|
float: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo-xs {
|
||||||
|
opacity: 1;
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo-xl {
|
||||||
|
opacity: 0;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-sidebar.nav-child-indent .nav-treeview {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.brand-text,
|
.brand-text,
|
||||||
.user-panel > .info,
|
.user-panel > .info,
|
||||||
.nav-sidebar .nav-link p {
|
.nav-sidebar .nav-link p {
|
||||||
|
|
Loading…
Reference in New Issue