feat: collapsible NodeEditor panel with right-edge bar

This commit is contained in:
2026-06-16 17:06:25 +08:00
parent 0616f4a702
commit 6bd61ae522
3 changed files with 93 additions and 28 deletions

View File

@@ -165,7 +165,7 @@ html, body { width: 100%; height: 100%; overflow: hidden; background: #0a0a16; c
.toolbar-actions button.secondary { color: #8cf; border-color: rgba(100,200,255,0.2); background: rgba(100,200,255,0.06); }
.toolbar-actions button.active { background: rgba(100,200,255,0.18); color: #fff; }
.error-bar { padding: 8px 16px; background: #4a1a1a; color: #f88; font-size: 13px; flex-shrink: 0; }
.editor-main { flex: 1; display: flex; overflow: hidden; }
.editor-main { flex: 1; display: flex; overflow: hidden; position: relative; }
.graph-area { flex: 1; }
.loading-hint { display: flex; align-items: center; justify-content: center; height: 100%; color: #555; font-size: 14px; }
</style>