fix: ensure consistent UI layout across languages#84
Conversation
- Fix header buttons (Export/New Chat) wrapping in Chinese by removing fixed width, adding white-space: nowrap, and using grid for equal sizing - Fix sidebar tabs having different width/height across languages by switching to CSS grid with minmax(0, 1fr) and explicit height - Widen sidebar from 280px to 300px Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 17ccd3352025
|
Claude finished @cyyeh's task in 2m 50s —— View job Code Review: fix: ensure consistent UI layout across languagesTasks
SummaryThis PR fixes i18n layout inconsistencies in the sidebar tabs and header action buttons when switching between English and Chinese. The approach is sound—CSS Grid is the right tool for equal-width layout regardless of text length. What's Good
Issues FoundMinor:
|
Summary
white-space: nowrap, and using CSS grid for equal button sizingminmax(0, 1fr)and explicitheight: 28pxTest plan
🤖 Generated with Claude Code