modularize tool-call rendering and styles
This commit is contained in:
19
packages/ui/src/styles/messaging/tool-call/task.css
Normal file
19
packages/ui/src/styles/messaging/tool-call/task.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.tool-call-task-container {
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.tool-call-task-summary {
|
||||
@apply my-2 flex flex-col gap-1.5;
|
||||
}
|
||||
|
||||
.tool-call-task-item {
|
||||
font-size: var(--font-size-xs);
|
||||
line-height: var(--line-height-normal);
|
||||
padding-left: 8px;
|
||||
border-left: 2px solid var(--border-base);
|
||||
}
|
||||
|
||||
.tool-call-task-item::before {
|
||||
content: "∟ ";
|
||||
color: var(--text-muted);
|
||||
}
|
||||
Reference in New Issue
Block a user