Open the systems-map gist dialog and turn the dock into a default-open TTY.

Plain node activation no longer navigates, case cards stay quiet evidence rows, and the terminal keeps one top-to-bottom scrollport.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-27 00:41:20 +02:00
parent 2635d0c639
commit 55d012cc10
25 changed files with 915 additions and 544 deletions

View File

@@ -153,9 +153,37 @@
border-inline-start: 2px solid var(--color-accent);
}
.systems-map-readout {
min-height: var(--text-md);
font-size: var(--text-sm);
.systems-map-dialog {
display: grid;
gap: var(--space-3);
padding: var(--space-4);
border: 1px solid var(--surface-glass-border);
border-radius: var(--radius-md);
background: var(--color-surface-raised);
max-width: 40rem;
}
.systems-map-dialog-bar {
justify-content: space-between;
align-items: start;
}
.systems-map-dialog h3,
.systems-map-dialog p {
margin: 0;
}
.systems-map-dialog-close {
min-height: 2.75rem;
padding-inline: var(--space-3);
border: 1px solid var(--surface-glass-border);
border-radius: var(--radius-sm);
background: transparent;
color: var(--color-text);
}
.systems-map-dialog a {
color: var(--color-accent-cool);
}
@media (hover: hover) and (pointer: fine) {