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:
@@ -38,7 +38,7 @@
|
||||
|
||||
.terminal-dock-panel {
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
grid-template-rows: auto 1fr;
|
||||
gap: var(--space-3);
|
||||
width: 100%;
|
||||
max-height: min(70vh, 32rem);
|
||||
@@ -60,7 +60,7 @@
|
||||
justify-items: stretch;
|
||||
}
|
||||
|
||||
.terminal-dock.is-open .terminal-dock-trigger {
|
||||
.terminal-dock-trigger[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -68,9 +68,13 @@
|
||||
max-height: 90vh;
|
||||
}
|
||||
|
||||
.terminal-dock-toolbar {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.terminal-dock-title,
|
||||
.terminal-dock-log,
|
||||
.terminal-dock-log p,
|
||||
.terminal-dock-session,
|
||||
.terminal-dock-session p,
|
||||
.terminal-dock-form {
|
||||
margin: 0;
|
||||
}
|
||||
@@ -95,16 +99,16 @@
|
||||
background: var(--color-surface);
|
||||
}
|
||||
|
||||
.terminal-dock-log {
|
||||
.terminal-dock-session {
|
||||
overflow: auto;
|
||||
min-height: 6rem;
|
||||
min-height: 8rem;
|
||||
font-family: var(--font-mono);
|
||||
font-size: var(--text-sm);
|
||||
color: var(--color-text-muted);
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.terminal-dock-log .echo {
|
||||
.terminal-dock-session .echo {
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
@@ -165,10 +169,6 @@
|
||||
justify-items: end;
|
||||
}
|
||||
|
||||
.terminal-dock.is-open .terminal-dock-trigger {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.terminal-dock-panel {
|
||||
width: min(28rem, calc(100vw - var(--space-8)));
|
||||
max-height: min(22rem, 60vh);
|
||||
|
||||
Reference in New Issue
Block a user