From 7d00426bd0a9af5742e68a4c3132e6e05ca39488 Mon Sep 17 00:00:00 2001 From: qer Date: Wed, 1 Jul 2026 21:19:04 +0800 Subject: [PATCH 1/2] fix(web): hide conversation outline when it cannot expand --- .changeset/web-outline-fit.md | 5 ++ .../src/components/chat/ConversationToc.vue | 57 +++++++++++++++++-- 2 files changed, 58 insertions(+), 4 deletions(-) create mode 100644 .changeset/web-outline-fit.md diff --git a/.changeset/web-outline-fit.md b/.changeset/web-outline-fit.md new file mode 100644 index 0000000000..159c865faa --- /dev/null +++ b/.changeset/web-outline-fit.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +Hide the conversation outline when there is not enough room to expand its labels, so it no longer clips against the window edge. diff --git a/apps/kimi-web/src/components/chat/ConversationToc.vue b/apps/kimi-web/src/components/chat/ConversationToc.vue index 5267b9c500..88649c9b3e 100644 --- a/apps/kimi-web/src/components/chat/ConversationToc.vue +++ b/apps/kimi-web/src/components/chat/ConversationToc.vue @@ -1,6 +1,6 @@