From 6ea5ecc6dab8e27f29d26e352def2908e6017f78 Mon Sep 17 00:00:00 2001 From: qer Date: Wed, 10 Jun 2026 18:58:31 +0800 Subject: [PATCH] refactor(kimi-web): increase sidebar default width by 50px --- apps/kimi-web/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/kimi-web/src/App.vue b/apps/kimi-web/src/App.vue index 2c56a3d32..09481a9d1 100644 --- a/apps/kimi-web/src/App.vue +++ b/apps/kimi-web/src/App.vue @@ -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;