feat: add directed arrowheads to mindmap links

This commit is contained in:
2026-03-01 22:32:06 +01:00
parent 6a0dbb6511
commit ff8756425f
2 changed files with 21 additions and 0 deletions

View File

@@ -454,6 +454,10 @@
stroke-width: 1.5;
}
.assistant-panel-mindmap-arrow {
fill: var(--vscode-panel-border);
}
.assistant-panel-mindmap-label {
font-size: 13px;
fill: var(--vscode-foreground);