From fb9d8d0bfb44d451887d8294421718d2925d91ed Mon Sep 17 00:00:00 2001 From: qer Date: Wed, 1 Jul 2026 02:22:53 +0800 Subject: [PATCH] fix(kimi-desktop): revert sidebar header padding to 80px 100px left too much empty space next to the traffic lights; 80px clears them without the extra gap. --- apps/kimi-web/src/components/Sidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/kimi-web/src/components/Sidebar.vue b/apps/kimi-web/src/components/Sidebar.vue index 4774312ab..25a6bdf78 100644 --- a/apps/kimi-web/src/components/Sidebar.vue +++ b/apps/kimi-web/src/components/Sidebar.vue @@ -682,7 +682,7 @@ function blinkOnce(): void { and turn the empty header area into the window-drag region; interactive controls opt out with no-drag. */ .side.macos-desktop .ch { - padding-left: 100px; + padding-left: 80px; -webkit-app-region: drag; } .side.macos-desktop .ch-logo,