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:
@@ -218,7 +218,7 @@
|
|||||||
|
|
||||||
/* Help bar */
|
/* Help bar */
|
||||||
.help-bar {
|
.help-bar {
|
||||||
font-size: 12px;
|
font-size: 11px;
|
||||||
color: var(--warning);
|
color: var(--warning);
|
||||||
margin-bottom: var(--line-height);
|
margin-bottom: var(--line-height);
|
||||||
}
|
}
|
||||||
@@ -363,7 +363,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tool-output {
|
.tool-output {
|
||||||
margin-top: var(--line-height);
|
|
||||||
color: var(--toolOutput);
|
color: var(--toolOutput);
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
@@ -516,6 +515,7 @@
|
|||||||
.tools-header {
|
.tools-header {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: var(--warning);
|
color: var(--warning);
|
||||||
|
margin-bottom: var(--line-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tool-item {
|
.tool-item {
|
||||||
|
|||||||
6
todo.md
6
todo.md
@@ -1,6 +1,6 @@
|
|||||||
# Export HTML TODOs
|
# Export HTML TODOs
|
||||||
|
|
||||||
- [ ] "Ctrl+T toggle thinking · Ctrl+O toggle tools" font size is not the same as all the other font sizes
|
- [x] "Ctrl+T toggle thinking · Ctrl+O toggle tools" font size is not the same as all the other font sizes
|
||||||
- [ ] System prompt doesn't show included AGENTS.md, skills. See `packages/coding-agent/src/core/system-prompt.ts`. Can only be done if we export live from a session, not via `--export` CLI flag
|
- [ ] System prompt doesn't show included AGENTS.md, skills. See `packages/coding-agent/src/core/system-prompt.ts`. Can only be done if we export live from a session, not via `--export` CLI flag
|
||||||
- [ ] "Available Tools" has no newline after it
|
- [x] "Available Tools" has no newline after it
|
||||||
- [ ] `read` tool has too much vertical spacing between tool call header and tool result, and also with tool bottom border
|
- [x] `read` tool has too much vertical spacing between tool call header and tool result, and also with tool bottom border
|
||||||
|
|||||||
Reference in New Issue
Block a user