Make room in the site header by collapsing some buttons · Issue #9674 · refined-github/refined-github · GitHub
Skip to content

Make room in the site header by collapsing some buttons #9674

Description

@fregante

Description

Kinda minor thing, but to me this is always hard to parse, too many icons with low contrast. I wonder if logically grouping some would help recognize them:

Image

to:

Image

The same clean-site-header feature could eventually improve/remove other buttons in the header (we talked about Agents/Copilot before)

This might help with this issue:

Example URLs

Anywhere

Screenshot code

.hide-sm.hide-md.prc-Stack-Stack-UQ9k6 {
  gap: 0;
  a {
    width: 2.1em;
  }
  a:nth-of-type(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  a:nth-of-type(2) {
    border-radius: 0;
    border-inline: none;
  }
  a:nth-of-type(3) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions