claude-code - 💡(How to fix) Fix [FEATURE] Allow independent font size adjustment across Desktop modules (Chat / Cowork / Code) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48887Fetched 2026-04-16 06:48:17
View on GitHub
Comments
1
Participants
2
Timeline
7
Reactions
1
Author
Participants
Timeline (top)
labeled ×5commented ×1cross-referenced ×1
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Claude Desktop has three modules: Chat, Cowork, and Code. There is currently no way to adjust font sizes independently for each module, and the default sizing feels poorly balanced:

  • The Chat module's font size is too large
  • The Code module's font size is too small — ALL text in the Code module, not just code snippets, but conversation text, explanations, everything

Additionally, the overall text rendering in the Code module feels like a significant regression compared to the terminal-based Claude Code experience. The presentation lacks visual hierarchy and readability — it feels more like reading raw logs than having an interactive coding conversation. The terminal version actually looks and feels better, which defeats the purpose of having a dedicated Desktop app module.

Proposed Solution

  1. Add per-module font size controls (or at least a font scale setting), e.g.:

    • Chat module font size
    • Code module font size
  2. Improve the overall text rendering quality in the Code module:

    • Better visual hierarchy between different types of content
    • Proper spacing, line height, and typography
    • The Desktop Code module should feel like an upgrade over the terminal, not a downgrade
  3. At minimum, allow independent zoom levels per module (e.g., Cmd+/- that applies only to the active module and persists across sessions)

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

Configuration and settings

Use Case Example

I switch between Chat and Code modules throughout the day. In Chat, the text is oversized and wastes screen space. In Code, everything is too small and strains my eyes. I can't use system-level zoom (Cmd+/-) to fix one without making the other worse.

The Code module's text rendering also needs attention — the terminal-based Claude Code has better readability. A Desktop GUI module should be an improvement over a terminal experience, not a step backward.

Additional Context

Platform: macOS This feedback applies to Claude Desktop app modules (Chat / Cowork / Code), not the CLI version of Claude Code.

extent analysis

TL;DR

Implementing per-module font size controls and improving text rendering quality in the Code module can address the font size and readability issues.

Guidance

  • Introduce separate font size settings for each module (Chat, Code) to allow users to adjust font sizes independently.
  • Enhance the text rendering in the Code module by improving visual hierarchy, spacing, line height, and typography to make it more readable and engaging.
  • Consider adding independent zoom levels per module, allowing users to use shortcuts like Cmd+/- to adjust the font size of the active module, with persistence across sessions.
  • Review the current typography and spacing in the terminal-based Claude Code experience to understand what makes it more readable and apply those principles to the Desktop Code module.

Example

No specific code example can be provided without knowing the exact implementation details of the Claude Desktop app, but a potential approach could involve adding font size settings to the app's configuration file or database and updating the UI to reflect these changes.

Notes

The solution may require significant updates to the app's UI and configuration handling, and careful consideration should be given to ensuring that the changes do not introduce new issues or inconsistencies.

Recommendation

Apply workaround: Implement per-module font size controls and improve text rendering quality in the Code module, as this directly addresses the reported issues and can significantly enhance the user experience.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Allow independent font size adjustment across Desktop modules (Chat / Cowork / Code) [1 comments, 2 participants]