Update font sizes for consistency and readability#325596
Open
mrleemurray wants to merge 2 commits into
Open
Conversation
Co-authored-by: Copilot <copilot@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Aligns Modern UI tab typography with the Body 1 font role for improved consistency and readability.
Changes:
- Updates editor, panel, sidebar, auxiliary bar, and settings tab sizing.
- Revises font-ramp documentation and composite-tab selectors.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
tabs.css |
Applies Body 1 sizing and composite-tab layout rules. |
fontRamp.css |
Updates tab typography mapping and documentation. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
lramos15
approved these changes
Jul 13, 2026
roblourens
approved these changes
Jul 13, 2026
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.
This pull request updates the font sizing and documentation for tab and section label styles across the workbench, aligning editor and panel tab labels to use the
Body 1font size token for better readability and consistency. It also clarifies documentation and updates related CSS selectors to ensure all relevant tab types use the correct font sizing.Font size and style alignment:
var(--vscode-fontSize-body1)instead of a fixed12pxfor font size, ensuring consistent typography across the UI (tabs.css,fontRamp.css). [1] [2] [3] [4] [5]Documentation and comment improvements:
fontRamp.cssto clarify that "Label 1" is for section titles (not tabs), and that editor tabs use "Body 1" for readability. [1] [2] [3]tabs.cssto reflect the use of "Body 1" font size for tabs, replacing references to "12px". [1] [2]Selector and usage clarifications:
These changes ensure a more consistent and accessible font ramp across the workbench, especially for tab and section labels.
Resolves #325570