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:
to:
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;
}
}
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:
to:
The same
clean-site-headerfeature 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