fix(web): derive project rail labels from names
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user