2022-07-19 10:35:02 +08:00
|
|
|
.menu-panel {
|
|
|
|
&.user-menu.revamped {
|
|
|
|
width: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-body {
|
|
|
|
max-height: calc(100vh - 100px);
|
|
|
|
}
|
2019-11-04 07:47:53 +08:00
|
|
|
}
|
2022-08-16 13:45:32 +08:00
|
|
|
|
|
|
|
// Sidebar-hamburger hybrid
|
|
|
|
|
|
|
|
.hamburger-panel .revamped {
|
|
|
|
--d-sidebar-highlight-color: var(--highlight-medium);
|
2022-08-18 15:03:28 +08:00
|
|
|
--d-sidebar-row-horizontal-padding: 0.5rem;
|
2022-08-16 13:45:32 +08:00
|
|
|
width: var(--d-sidebar-width);
|
|
|
|
|
2022-08-18 15:03:28 +08:00
|
|
|
.sidebar-row {
|
|
|
|
padding: 0.25rem var(--d-sidebar-row-horizontal-padding);
|
|
|
|
height: 27px;
|
|
|
|
align-items: center;
|
|
|
|
font-size: var(--font-down-1);
|
|
|
|
}
|
|
|
|
|
2022-08-16 13:45:32 +08:00
|
|
|
.panel-body-content {
|
|
|
|
width: 100%;
|
|
|
|
min-width: 0; // prevent content blowing out width
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-section-wrapper {
|
|
|
|
.sidebar-section-header-button {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-section-link.active {
|
|
|
|
font-weight: normal;
|
|
|
|
color: var(--primary-high);
|
|
|
|
background: var(--tertiary-low);
|
|
|
|
}
|
2022-08-24 09:33:15 +08:00
|
|
|
|
|
|
|
.sidebar-section-header-wrapper .select-kit .btn:hover {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-section-link-wrapper
|
|
|
|
.sidebar-section-link-hover:hover
|
|
|
|
.sidebar-section-hover-button {
|
|
|
|
background: transparent;
|
2022-08-16 13:45:32 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-footer-wrapper {
|
2022-08-24 09:33:15 +08:00
|
|
|
padding: 0;
|
|
|
|
.sidebar-footer-container {
|
|
|
|
padding: 0;
|
|
|
|
&:before {
|
|
|
|
top: calc(-100% + 2px);
|
|
|
|
}
|
|
|
|
}
|
2022-08-16 13:45:32 +08:00
|
|
|
}
|
|
|
|
}
|