refactor(ui): Antigravity-style conversation — task cards group tool actions, remove internal steps, mode badges

This commit is contained in:
2026-03-08 00:34:24 +09:00
parent 410d77537e
commit 1d0eae769a
3 changed files with 116 additions and 49 deletions

View File

@@ -500,6 +500,30 @@ body {
flex: 1;
min-width: 0;
word-break: break-word;
font-family: 'JetBrains Mono', 'Cascadia Code', monospace;
font-size: 11px;
color: var(--text-secondary);
}
.msg-step-check {
flex-shrink: 0;
font-size: 11px;
margin-left: 6px;
}
.msg-mode-badge {
margin-left: 6px;
font-size: 12px;
}
.md-code {
background: var(--bg-tertiary);
border-radius: 6px;
padding: 8px 12px;
font-family: 'JetBrains Mono', 'Cascadia Code', monospace;
font-size: 12px;
overflow-x: auto;
margin: 4px 0;
}
/* --- 텍스트 메시지 --- */