-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The chat panel font size is extremely small and unreadable and there is no way to change it #21037
Open
1 of 4 tasks
Labels
admin read
Pending admin review
chat
Feedback for chat and messaging collaboration features
font
Font feedback for readability, size, style, etc
triage
Maintainer needs to classify the issue
Comments
nirs
added
admin read
Pending admin review
bug
[core label]
triage
Maintainer needs to classify the issue
labels
Nov 22, 2024
notpeter
added
font
Font feedback for readability, size, style, etc
chat
Feedback for chat and messaging collaboration features
accessibility
Improvement related to color contrast, screen reader support, keyboard navigation, etc
and removed
triage
Maintainer needs to classify the issue
admin read
Pending admin review
labels
Nov 26, 2024
Potential workaround via settings:
|
Closing as duplicate of: |
notpeter
added
duplicate
Additional reports of an existing issue
and removed
bug
[core label]
font
Font feedback for readability, size, style, etc
accessibility
Improvement related to color contrast, screen reader support, keyboard navigation, etc
chat
Feedback for chat and messaging collaboration features
labels
Nov 26, 2024
nirs
added a commit
to nirs/zed
that referenced
this issue
Nov 26, 2024
Current chat panel font size is tiny and not usable for anyone. To make it useable we can increase the ui_font_size setting, but this makes the ui too big. The ui looks great with the default size, so lets make the chat look good with the default setting. Change the chat panel to use to ui font size: - Change items using text_ui_sm and text_ui_xx to text_ui - Change LabelSize::Small to LabelSize:Default I kept LabelSize:Small for text about delete message. This is a case when we can use smaller font size. Maybe we can tweak some items to use little bit smaller font later. Fixes zed-industries#21037 Release Notes: - Collab panel readability improved to use the ui_font_size setting.
@notpeter The duplicate issues does not seem to cover all the changes needed, so I sent a draft implementing the first part, using better defaults. Maybe reopen this issue? |
nirs
added a commit
to nirs/zed
that referenced
this issue
Nov 26, 2024
Current chat panel font size is tiny and not usable for anyone. To make it useable we can increase the ui_font_size setting, but this makes the ui too big. The ui looks great with the default size, so lets make the chat look good with the default setting. Change the chat panel to use to ui font size: - Change items using text_ui_sm and text_ui_xs to text_ui - Change LabelSize::Small to LabelSize:Default I kept LabelSize:Small for text about delete message. This is a case when we can use smaller font size. Maybe we can tweak some items to use little bit smaller font later. Fixes zed-industries#21037 Release Notes: - Collab panel readability improved to use the ui_font_size setting.
notpeter
added
font
Font feedback for readability, size, style, etc
chat
Feedback for chat and messaging collaboration features
and removed
duplicate
Additional reports of an existing issue
labels
Nov 28, 2024
github-actions
bot
added
admin read
Pending admin review
triage
Maintainer needs to classify the issue
labels
Nov 28, 2024
This was referenced Nov 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
admin read
Pending admin review
chat
Feedback for chat and messaging collaboration features
font
Font feedback for readability, size, style, etc
triage
Maintainer needs to classify the issue
Check for existing issues
Describe the bug / provide steps to reproduce it
The chat panel font size is tiny and barely readable. It cannot be configured by buffer_font_size or ui_font_size (also tried terminal:font_size). There is no way to increase the size (e.g. Zoom In).
Changes needed:
Environment
Zed: v0.162.3 (Zed)
OS: macOS 15.1.1
Memory: 32 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
Note: the screenshot may seem usable if you use use Zoom != 100% in your browser.
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: