UI: align the Voice tab icon; bump small text; font-size setting - #21
Merged
Conversation
The Voice tab looked indented because U+1F399 has no default emoji presentation - it rendered as a narrow monochrome glyph while every other nav icon got the full-width color treatment. Appending VS16 (U+FE0F) forces emoji presentation everywhere the mic icon appears. Type scale: --fs-xs 11->12px and --fs-sm 13->14px, and every token now multiplies by a --font-scale custom property. New Settings -> App 'Font size' select (Default / Large / Extra large -> app.fontScale 1/1.1/1.25) applies instantly as a preview and hot-applies on save to the deck, settings, and wizard. The scale is clamped to >= 1 and the on-stream overlay never sets it, so the overlay look - including the AI badge and watermark - can grow but never shrink. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FNRQP2h3GUQVThuE2KVBEu
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.
Summary
Two small readability fixes: the Voice tab's misaligned icon, and slightly larger small text everywhere — plus a Font size setting (Settings → App) for anyone who wants it bigger still.
Changes
theme.css):--fs-xs11→12px,--fs-sm13→14px (hints, labels, buttons, chips, feed meta all read from these). A couple of stray hardcoded sizes converted to tokens.--font-scalecustom property. New Settings → App → Font size select (Default / Large / Extra large →app.fontScale1 / 1.1 / 1.25): instant preview on change, hot-applies on save (no relaunch) to the deck, settings, and wizard via the existing state broadcast.app.fontScale.No
Release-Bumptrailer on purpose — this rides the default patch bump (→ v3.6.1), per "treat this as a hot-fix".Verification
app.fontScaledefaults to 1; a save changing only the font scale returnsapplied: true(hot path, no restart); a garbage value (99) clamps to 1.5 in the broadcast state.Risk & rollout
Checklist
npm run smokepasses locally (or CI is green)main🤖 Generated with Claude Code
https://claude.ai/code/session_01FNRQP2h3GUQVThuE2KVBEu
Generated by Claude Code