feat(web): widen default sidebar to 220px

This commit is contained in:
qer 2026-06-10 12:19:50 +08:00 committed by haozhe.yang
parent c3955cb04b
commit b8a9e1cd05
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -41,7 +41,7 @@ const props = withDefaults(
attentionBySession: () => ({}),
authReady: false,
accountModel: null,
colWidth: 196,
colWidth: 220,
theme: 'terminal',
codeFont: 'sf-mono',
accent: 'blue',