Minor style fixes and improvements by SunsetTechuila · Pull Request #9419 · refined-github/refined-github · GitHub
Skip to content

Minor style fixes and improvements#9419

Merged
fregante merged 9 commits into
mainfrom
style-tweaks
May 10, 2026
Merged

Minor style fixes and improvements#9419
fregante merged 9 commits into
mainfrom
style-tweaks

Conversation

@SunsetTechuila

Copy link
Copy Markdown
Contributor

Test URLs

Screenshot

Comment thread source/refined-github.css Outdated
Comment on lines +206 to +215

@SunsetTechuila SunsetTechuila May 10, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prematurely removed in #9182 (comment)

div[class*='ActivityHeaderGridLayout'] {
display: flex;
flex-wrap: wrap;
row-gap: 2px;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines 2 to +3
div[class^='IssueRow-module__row'],
div[class^='PullRequestRow-module__row'],

@SunsetTechuila SunsetTechuila May 10, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before:

Image

@fregante fregante left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM so far

Comment thread source/features/linkify-user-labels.tsx
Comment thread source/refined-github.css
const url = new URL(buildRepoUrl('commits'));
url.searchParams.set('author', getAuthor(label));
wrap(label, <a className="Link--onHover color-fg-inherit rgh-linkify-user-labels" href={url.href} />);
wrap(label, <a className="Link--onHover no-underline color-fg-inherit rgh-linkify-user-labels" href={url.href} />);

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before:

Image

Comment thread source/refined-github.css Outdated
Comment on lines +222 to +227

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before:

Image

After:

Image

Follow-up to #9403

@SunsetTechuila SunsetTechuila changed the title Minor style fixes Minor style fixes and improvements May 10, 2026
@SunsetTechuila SunsetTechuila marked this pull request as ready for review May 10, 2026 16:00
@fregante fregante merged commit ccc14c9 into main May 10, 2026
10 checks passed
@SunsetTechuila SunsetTechuila deleted the style-tweaks branch May 10, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants