empty states
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
--app-sidebar-tenant-size: 14px;
|
||||
--app-sidebar-titlebar-height: 30px;
|
||||
--app-sidebar-border-width: 2px;
|
||||
--app-sidebar-summary-max-width: 157px;
|
||||
--app-sidebar-summary-max-width: 142px;
|
||||
--app-sidebar-section-gap: 2rem;
|
||||
--app-sidebar-section-space: 5px;
|
||||
--app-sidebar-hover-bg: transparent;
|
||||
@@ -36,6 +36,17 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.app-sidebar-group.app-sidebar-admin-group details summary i {
|
||||
font-size: 10px;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
aside.app-sidebar li:has(> .app-empty-state) {
|
||||
padding-inline: 19px;
|
||||
}
|
||||
|
||||
.app-sidebar .app-sidebar-panel[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user