Changeset 0.21.4 (#90)

This commit is contained in:
2026-03-01 19:42:22 +00:00
parent bbbbe65bfa
commit d67cfd37c2
21 changed files with 1572 additions and 11 deletions

View File

@@ -1750,6 +1750,12 @@ select option { background: var(--bg-surface); color: var(--text); }
/* ── Mode Selector (v0.21.3) ───────────── */
/* Surface region wrappers must participate in parent flex layouts */
[data-surface-region="sidebar-content"] {
flex: 1; min-height: 0;
display: flex; flex-direction: column;
}
.mode-selector {
display: flex; gap: 2px; padding: 6px 8px;
border-bottom: 1px solid var(--border);