This commit is contained in:
Mateusz Gruszczyński
2026-09-02 10:27:49 +02:00
parent e50c94b6a3
commit 5e5bd4ad3a
4 changed files with 136 additions and 6 deletions
+3
View File
@@ -6379,3 +6379,6 @@ body.flow-editor-open { overflow:hidden; }
/* Keep zone hysteresis/source controls aligned without stretching selects. */
.zone-hysteresis-row { align-items:start; }
.flow-editor .flow-node-current { margin-top:6px; padding-top:6px; border-top:1px solid color-mix(in srgb, var(--border) 72%, transparent); display:flex; align-items:baseline; justify-content:space-between; gap:8px; }
.flow-editor .flow-node-current span { color:var(--muted); font-size:.68rem; white-space:nowrap; }
.flow-editor .flow-node-current strong { min-width:0; max-width:72px; color:var(--text); font-size:.76rem; font-weight:700; text-align:right; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }