{{ message }}
Fix spacing across 50 features#9523
Merged
Merged
Conversation
1 task
Agent-Logs-Url: https://github.com/refined-github/refined-github/sessions/ae638599-66f1-496f-94fd-b3ade9445bdd Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
Agent-Logs-Url: https://github.com/refined-github/refined-github/sessions/ae638599-66f1-496f-94fd-b3ade9445bdd Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix all non-tmp utility classes
Add missing tmp-* spacing utility pairs across source classNames
May 19, 2026
Member
fregante
approved these changes
May 20, 2026
Member
|
Can you take a look at this PR? I think it should be fine to merge without having to check each page, just double-checking the classes visually should be enough. |
fregante
reviewed
May 20, 2026
| <> | ||
| <a | ||
| className="Link--muted mr-3" | ||
| className="Link--muted mr-3 tmp-mr-3" |
Member
There was a problem hiding this comment.
I mentioned the 4->3 change, not sure if I/it got it right
1 task
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.

Description
This addresses the broad non-
tmputility-class drift by ensuring spacing utility classes are paired with theirtmp-equivalent instead of fixing pages one by one.The update is repository-wide for
source/TS/TSXclassNamestrings and applies the migration rule consistently (*-4→tmp-*-3, other values unchanged).What changed
tmp-spacing classes next to existing non-tmpspacing classes inclassNamevalues.tmp-py2→tmp-py-2.Rule applied
m-4/px-4/mt-4style classes map totmp-m-3/tmp-px-3/tmp-mt-3.mr-2→tmp-mr-2, etc.).Representative example
Test URLs
Screenshot