mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-29 03:44:06 +08:00
fix(vscode): widen chat readable lane
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user