chore: move minimap to top-right corner of diagram
Some checks failed
CI / cleanup-branch (push) Has been skipped
CI / build (push) Has started running
CI / docker (push) Has been cancelled
CI / deploy (push) Has been cancelled
CI / deploy-feature (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-27 22:40:28 +01:00
parent 4af71aabac
commit 6393e5096f

View File

@@ -124,8 +124,8 @@
.minimap {
position: absolute;
bottom: 12px;
left: 12px;
top: 12px;
right: 12px;
border: 1px solid var(--border, #E4DFD8);
border-radius: var(--radius-sm, 5px);
box-shadow: var(--shadow-md, 0 2px 8px rgba(44, 37, 32, 0.08));