This commit is contained in:
Mateusz Gruszczyński
2026-09-02 22:58:55 +02:00
parent db6d2f09db
commit 563523d2e2
18 changed files with 420 additions and 62 deletions
+9 -2
View File
@@ -6213,8 +6213,12 @@ body.flow-editor-open { overflow:hidden; }
.flow-editor .flow-port-out { right:-8px; }
.flow-editor .flow-port:hover,.flow-editor .flow-port.armed { background:var(--accent); transform:scale(1.15); }
.flow-empty-hint { position:absolute; z-index:0; left:50%; top:42%; transform:translate(-50%,-50%); text-align:center; display:grid; gap:5px; color:var(--muted); pointer-events:none; }
.flow-natural-preview { display:grid; grid-template-columns:auto 1fr; gap:14px; align-items:center; min-height:58px; padding:10px 18px; border-top:1px solid var(--line); background:var(--surface); }
.flow-natural-preview { display:flex; justify-content:space-between; gap:24px; align-items:center; min-height:58px; padding:10px 18px; border-top:1px solid var(--line); background:var(--surface); }
.flow-preview-item { display:grid; grid-template-columns:auto minmax(0,1fr); gap:10px; align-items:baseline; min-width:0; }
.flow-preview-interpretation { flex:1 1 auto; }
.flow-preview-runtime { flex:0 0 auto; justify-content:end; text-align:right; }
.flow-natural-preview span { color:var(--muted); font-size:.86rem; line-height:1.4; }
.flow-preview-runtime span { white-space:nowrap; }
.flow-inspector-head { display:flex; align-items:flex-start; justify-content:space-between; gap:10px; margin-bottom:18px; }
.flow-inspector-head h3 { margin:2px 0 0; }
.flow-inspector label { display:grid; gap:6px; margin-bottom:13px; color:var(--muted); font-size:.82rem; }
@@ -6237,7 +6241,10 @@ body.flow-editor-open { overflow:hidden; }
.flow-inspector { position:absolute; right:0; top:138px; bottom:0; width:min(310px,86vw); z-index:8; box-shadow:-12px 0 30px rgba(0,0,0,.28); }
.flow-palette { padding:10px; }
.flow-palette-group button { font-size:.76rem; padding:8px; }
.flow-natural-preview { grid-template-columns:1fr; gap:4px; }
.flow-natural-preview { flex-direction:column; align-items:stretch; gap:6px; }
.flow-preview-item { grid-template-columns:1fr; gap:2px; }
.flow-preview-runtime { justify-content:start; text-align:left; }
.flow-preview-runtime span { white-space:normal; }
}
/* Flow diagnostics, templates and portable Flow files */