fix(web): derive project rail labels from names

This commit is contained in:
2026-07-22 15:08:57 +08:00
parent 98573cf4ca
commit 1d35fcf4a1
3 changed files with 15 additions and 1 deletions

View File

@@ -360,11 +360,14 @@
.project-button {
width: 48px;
height: 48px;
padding: 0 4px;
border: 1px solid var(--senlin-border);
border-radius: 8px;
background: color-mix(in srgb, var(--project-color) 9%, white);
color: var(--project-color);
font-size: 12px;
font-weight: 700;
overflow: hidden;
cursor: pointer;
}