mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-26 17:14:33 +00:00
refactor(kimi-web): increase sidebar default width by 50px
This commit is contained in:
parent
b5080c7c90
commit
6ea5ecc6da
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ onMounted(() => {
|
|||
// localStorage persistence); we mirror it here to drive the App grid.
|
||||
// ---------------------------------------------------------------------------
|
||||
const SIDEBAR_WIDTH_KEY = 'kimi-web.sidebar-width';
|
||||
const SIDEBAR_DEFAULT = 220;
|
||||
const SIDEBAR_DEFAULT = 270;
|
||||
const SIDEBAR_MIN = 170;
|
||||
const SIDEBAR_MAX = 420;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue