Add Cluster feature

This commit is contained in:
2026-04-26 19:24:18 +08:00
parent b5facd8d37
commit 6ba948bcc0
14 changed files with 1162 additions and 26 deletions

View File

@@ -404,6 +404,7 @@ html.sidebar-will-collapse .sidebar-user {
min-height: 70px;
gap: 0.5rem;
overflow: visible;
flex-shrink: 0;
}
.sidebar-collapsed .sidebar-header {
@@ -516,10 +517,16 @@ html.sidebar-will-collapse .sidebar-user {
}
.sidebar-body {
flex: 1;
flex: 1 1 auto;
min-height: 0;
overflow-y: auto;
padding: 1rem 0;
}
.sidebar-footer {
flex-shrink: 0;
}
.sidebar-nav {
display: flex;
flex-direction: column;