add basic condfig and rendering

This commit is contained in:
2026-03-05 23:46:12 +01:00
parent 37426258fb
commit 8e5147cfd1
8 changed files with 285 additions and 48 deletions

View File

@@ -17,4 +17,18 @@ body {
.reactflow-wrapper {
width: 100%;
height: 100vh;
}
/* Node specific overrides */
.react-flow__node {
display: block;
}
.react-flow__node .react-flow__handle {
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}
/* Small helper for monospace pre output */
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, 'Roboto Mono', 'Courier New', monospace;
}