Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/kimi-web/src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading