feat(chat): extract and render action buttons from task cards (Cancel, Review Changes)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user