Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/widen-chat-readable-lane.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"kilo-code": patch
---

Widen the sidebar chat readable lane from 78ch to 88ch so tools and content use a little more screen space.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/kilo-vscode/webview-ui/src/styles/chat-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
min-height: 0;
overflow: hidden;
container: chat / inline-size;
--chat-readable-width: 78ch;
--chat-readable-width: 88ch;
--chat-gutter: clamp(16px, 4cqi, 48px);
--chat-scrollbar-width: 10px;
}
Expand Down
Loading