fix(desktop): increase sidebar minimum drag width to 200px#2248
Merged
esengine merged 1 commit intoMay 29, 2026
Conversation
侧边栏拖拽最小宽度从 160px 调整为 200px,防止拖拽时「新建会话」文字被隐藏(CSS 在 ≤190px 时隐藏文字)。 Increase sidebar minimum drag width from 160px to 200px to prevent the "New Chat" text from being hidden when dragging (CSS hides text at ≤190px container width). Closes esengine#2166 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>
Closed
esengine
approved these changes
May 29, 2026
esengine
left a comment
Owner
There was a problem hiding this comment.
Simple, correct: bumps the desktop sidebar MIN_WIDTH from 160 to 200px in useResizable.ts. Single-constant change, no side effects, CI green. LGTM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
中文说明
侧边栏拖拽最小宽度从 160px 调整为 200px,防止用户拖拽调整宽度时「新建会话」文字被隐藏。
styles.css:1108)MIN_WIDTH = 160允许拖拽至 160px,导致文字被隐藏关联 Issue: #2166
English Description
Increase sidebar minimum drag width from 160px to 200px to prevent the "New Chat" button text from being hidden when users drag to resize the sidebar.
styles.css:1108)MIN_WIDTH = 160allowed dragging to 160px, causing text to be hiddenCloses #2166