diff --git a/apps/kimi-web/src/components/Sidebar.vue b/apps/kimi-web/src/components/Sidebar.vue index 25a6bdf78..4774312ab 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: 80px; + padding-left: 100px; -webkit-app-region: drag; } .side.macos-desktop .ch-logo, diff --git a/apps/kimi-web/src/components/chat/ChatHeader.vue b/apps/kimi-web/src/components/chat/ChatHeader.vue index 7e7d0b559..5d16982d6 100644 --- a/apps/kimi-web/src/components/chat/ChatHeader.vue +++ b/apps/kimi-web/src/components/chat/ChatHeader.vue @@ -6,6 +6,7 @@ import { computed, nextTick, onUnmounted, ref } from 'vue'; import { useI18n } from 'vue-i18n'; import { copyTextToClipboard } from '../../lib/clipboard'; +import { isMacosDesktop } from '../../lib/desktopFlag'; const { t } = useI18n(); @@ -202,7 +203,7 @@ function startArchive(): void {