mirror of https://github.com/ColorlibHQ/AdminLTE
parent
8648b45361
commit
ec65db906b
@ -0,0 +1,46 @@
|
||||
.compact-mode {
|
||||
.app-header {
|
||||
.nav-link {
|
||||
max-height: $nav-link-height-compact;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
--bs-nav-link-padding-y: .25rem;
|
||||
--bs-nav-link-padding-x: .5rem;
|
||||
}
|
||||
|
||||
&.sidebar-mini.sidebar-collapse {
|
||||
.app-sidebar:not(:hover) {
|
||||
min-width: $lte-sidebar-mini-width-compact;
|
||||
max-width: $lte-sidebar-mini-width-compact;
|
||||
|
||||
.sidebar-menu {
|
||||
.nav-link {
|
||||
width: $lte-sidebar-mini-width-compact - $lte-sidebar-padding-x * 2 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.logo-xs,
|
||||
.logo-xl {
|
||||
max-height: $lte-app-header-height-compact;
|
||||
}
|
||||
|
||||
.brand-image {
|
||||
height: $nav-link-height-compact;
|
||||
width: $nav-link-height-compact;
|
||||
}
|
||||
.sidebar-brand {
|
||||
height: $lte-app-header-height-compact;
|
||||
}
|
||||
.app-header {
|
||||
max-height: $lte-app-header-height-compact;
|
||||
}
|
||||
|
||||
.app-footer {
|
||||
padding: $lte-app-footer-padding-compact;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in new issue