fix(ui): tighten question tool layout

Remove the redundant header row, tighten spacing, and square off question cards. Also adjust answered question container styling to match tool call layout.
This commit is contained in:
Shantur Rathore
2026-02-04 00:34:40 +00:00
parent a6b1f4ba19
commit 5b24f0cd40
2 changed files with 24 additions and 18 deletions

View File

@@ -306,6 +306,10 @@
background-color: var(--message-tool-bg);
}
.tool-call-permission.tool-call-permission-answered {
border-color: transparent;
}
.tool-call-permission-header {
@apply flex items-center justify-between gap-3;
}