feat(HAI-013): complete Step 1 — drop detail-prompt backdrop and scroll for markdown rendering

This commit is contained in:
Dustin Byrne
2026-03-25 21:09:00 -04:00
parent b8d4853e85
commit 428362a6fd
3 changed files with 1 additions and 17 deletions

View File

@@ -414,9 +414,6 @@ html, body {
}
.detail-prompt {
background: var(--bg);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 14px;
font-size: 13px;
line-height: 1.6;
@@ -424,14 +421,6 @@ html, body {
white-space: pre-wrap;
word-break: break-word;
color: var(--text-muted);
max-height: 320px;
overflow-y: auto;
}
.detail-prompt.markdown-body {
font-family: inherit;
white-space: normal;
color: var(--text);
}
/* === Markdown Prose === */