feat(chat): extract and render action buttons from task cards (Cancel, Review Changes)

This commit is contained in:
2026-03-07 22:47:41 +09:00
parent 30174a60f6
commit 22f7280907
3 changed files with 52 additions and 0 deletions

View File

@@ -433,6 +433,14 @@ body {
padding: 8px 14px 10px;
}
.msg-card-actions {
display: flex;
gap: 6px;
padding: 8px 14px;
border-top: 1px solid var(--border-subtle);
flex-wrap: wrap;
}
.msg-step {
display: flex;
align-items: flex-start;