mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 15:01:24 +00:00
Fix missing spacer between text and tool calls in HTML export
This commit is contained in:
parent
9549ac4695
commit
e98524f1fc
1 changed files with 5 additions and 0 deletions
|
|
@ -333,6 +333,11 @@
|
||||||
margin-top: var(--line-height);
|
margin-top: var(--line-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.assistant-text + .tool-execution,
|
||||||
|
.thinking-block + .tool-execution {
|
||||||
|
margin-top: var(--line-height);
|
||||||
|
}
|
||||||
|
|
||||||
.tool-execution.pending { background: var(--toolPendingBg); }
|
.tool-execution.pending { background: var(--toolPendingBg); }
|
||||||
.tool-execution.success { background: var(--toolSuccessBg); }
|
.tool-execution.success { background: var(--toolSuccessBg); }
|
||||||
.tool-execution.error { background: var(--toolErrorBg); }
|
.tool-execution.error { background: var(--toolErrorBg); }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue