A conversation reads at reading size - #551
Merged
Merged
Conversation
WaylandYang
force-pushed
the
fix/a-conversation-reads-at-reading-size
branch
2 times, most recently
from
September 9, 2026 14:10
7dd5817 to
9463aaf
Compare
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: WaylandYang <wayland0916@gmail.com>
WaylandYang
force-pushed
the
fix/a-conversation-reads-at-reading-size
branch
from
September 9, 2026 14:22
9463aaf to
571f434
Compare
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.
Two things on the Chat page.
The text was too small to read for long
Messages were
text-body, 14/22. That is the right size for the rest of theproduct — table cells, rail entries, panel fields, all of it scanned rather than
read. A chat transcript is the one surface here you actually read, in paragraphs,
for minutes at a time.
Both sides now use
text-title, 16/24. That is a step the scale already has, sono sixth size was invented; the type ladder stays five deep.
The bubble had a border
Everything on this screen that carries a border is something you can act on: the
composer, controls, cards. A sentence you already sent is not one of those, and
outlining it hints that it is still live. The 8% ground is enough to tell the two
roles apart, so the border goes and the ground stays.
Also
DESIGN.md's type table had drifted from the CSS: it listedtext-bodyas 13/20and
text-titleas 15/22, while the tokens have been 14/22 and 16/24. Corrected,and the title row now records that chat reads at that step.
Checked
pnpm buildclean; style guard 46/46.border-width: 0and itsrgba(255, 255, 255, 0.08)ground intact; the reply is16px/26. Both were 14px, and the bubble had a 1px outline.
🤖 Generated with Claude Code