mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-29 03:53:09 +00:00
feat(web): widen default sidebar to 220px
This commit is contained in:
parent
c3955cb04b
commit
b8a9e1cd05
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ onMounted(() => {
|
|||
// localStorage persistence); we mirror it here to drive the App grid.
|
||||
// ---------------------------------------------------------------------------
|
||||
const SIDEBAR_WIDTH_KEY = 'kimi-web.sidebar-width';
|
||||
const SIDEBAR_DEFAULT = 196;
|
||||
const SIDEBAR_DEFAULT = 220;
|
||||
const SIDEBAR_MIN = 170;
|
||||
const SIDEBAR_MAX = 420;
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ const props = withDefaults(
|
|||
attentionBySession: () => ({}),
|
||||
authReady: false,
|
||||
accountModel: null,
|
||||
colWidth: 196,
|
||||
colWidth: 220,
|
||||
theme: 'terminal',
|
||||
codeFont: 'sf-mono',
|
||||
accent: 'blue',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue