feat: collapsible NodeEditor panel with right-edge bar
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user