Skip to content

Remove space between pinned tabs and normal tabs to fix a color inconsistency#170

Open
mortie wants to merge 1 commit intoAdamXweb:masterfrom
mortie:fix-pinned-tabs-background
Open

Remove space between pinned tabs and normal tabs to fix a color inconsistency#170
mortie wants to merge 1 commit intoAdamXweb:masterfrom
mortie:fix-pinned-tabs-background

Conversation

@mortie
Copy link

@mortie mortie commented Aug 1, 2025

There's a CSS rule in Firefox's tabs.css which causes a space between pinned tabs and normal tabs:

#pinned-tabs-container[orient="horizontal"] {
	margin-inline-end: 12px;
}

I don't really care about that space in itself, but it caused an annoying color inconsistency because the space has a different color than the tabs (though only in dark mode for some reason, and I don't think it was an issue before Firefox 141).

Here's a screenshot of the issue I'm talking about:

Screenshot 2025-08-01 at 21 24 36

Here's a screenshot of how it looks with this change:

Screenshot 2025-08-01 at 21 38 10

Maybe the most proper solution would've been to fix the background color issue, but I couldn't figure out how to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant