feat: layer-tree selection sync + group folders in tree + ribbonbar readability

This commit is contained in:
A0 Orchestrator
2026-07-02 00:47:28 +02:00
parent 2eead4c1aa
commit 9f749e8ebd
8 changed files with 247 additions and 12 deletions
+5 -5
View File
@@ -253,7 +253,7 @@ a:hover { text-decoration: underline; }
.project-name:hover { background: var(--color-surface-2); }
.project-name .caret { color: var(--color-text-faint); }
.saved-badge {
font-size: var(--fs-xs);
font-size: var(--fs-sm);
color: var(--color-text-muted);
padding: 2px 8px;
background: var(--color-surface-2);
@@ -355,7 +355,7 @@ a:hover { text-decoration: underline; }
gap: 6px;
padding: 0 12px;
height: 100%;
font-size: var(--fs-sm);
font-size: var(--fs-md);
color: var(--color-text-muted);
border-bottom: 2px solid transparent;
margin-bottom: -1px;
@@ -385,8 +385,8 @@ a:hover { text-decoration: underline; }
}
.ribbon-group-btns { display: flex; align-items: center; gap: 2px; flex: 1; }
.ribbon-group-label {
font-size: 10px;
color: var(--color-text-faint);
font-size: 12px;
color: var(--color-text-muted);
text-transform: uppercase;
letter-spacing: 0.4px;
border-top: 1px solid var(--color-border);
@@ -414,7 +414,7 @@ a:hover { text-decoration: underline; }
padding: 4px 6px;
border-radius: var(--radius-sm);
color: var(--color-text);
font-size: 10px;
font-size: 12px;
font-weight: 500;
transition: all var(--t-fast);
flex-shrink: 0;