mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 22:03:45 +00:00
Fix export HTML styling issues
- Match help-bar font size (11px) with header-info - Add newline after 'Available Tools' header - Remove excessive margin-top from tool-output
This commit is contained in:
parent
0addbfec4e
commit
89db7ed024
2 changed files with 5 additions and 5 deletions
|
|
@ -218,7 +218,7 @@
|
|||
|
||||
/* Help bar */
|
||||
.help-bar {
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
color: var(--warning);
|
||||
margin-bottom: var(--line-height);
|
||||
}
|
||||
|
|
@ -363,7 +363,6 @@
|
|||
}
|
||||
|
||||
.tool-output {
|
||||
margin-top: var(--line-height);
|
||||
color: var(--toolOutput);
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
|
|
@ -516,6 +515,7 @@
|
|||
.tools-header {
|
||||
font-weight: bold;
|
||||
color: var(--warning);
|
||||
margin-bottom: var(--line-height);
|
||||
}
|
||||
|
||||
.tool-item {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue