fix(vscode): widen chat readable lane

This commit is contained in:
marius-kilocode
2026-06-19 11:03:50 +02:00
parent 6f86c95279
commit 732fbc30dc
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"kilo-code": patch
---
Widen the chat readable lane from 88ch to 98ch so conversations, tools, and diffs can use more editor space.
@@ -18,7 +18,7 @@
min-height: 0;
overflow: hidden;
container: chat / inline-size;
--chat-readable-width: 88ch;
--chat-readable-width: 98ch;
--chat-gutter: clamp(16px, 4cqi, 48px);
--chat-scrollbar-width: 10px;
}