Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notification badge count is not centered in Firefox #286

Open
thereddestdog opened this issue Sep 4, 2024 · 2 comments
Open

Notification badge count is not centered in Firefox #286

thereddestdog opened this issue Sep 4, 2024 · 2 comments

Comments

@thereddestdog
Copy link
Contributor

Recently migrated back to Firefox after a long while on Chrome, and this is triggering my OCD

image

@olsh
Copy link
Owner

olsh commented Sep 4, 2024

Not sure if we can configure the position. Probably here is the related bug.
https://bugzilla.mozilla.org/show_bug.cgi?id=1610063#c21

@olsh olsh removed their assignment Sep 4, 2024
@olsh olsh added firefox design and removed bug labels Sep 4, 2024
@thereddestdog
Copy link
Contributor Author

thereddestdog commented Sep 16, 2024

FYI, I found a userChrome.css snippet that greatly improves the layout from reddit:

image

https://www.reddit.com/r/FirefoxCSS/comments/1f8ugi3/how_can_i_fix_the_padding_inside_extension_badges/llil039/

/* to fix problem where text was too far to the right on all toolbar button badges */
.toolbarbutton-badge {
  min-width: 15px !important;
  max-width: 40px !important;
  padding: 0px !important;
 margin-right: -3px !important;
 margin-bottom: 5px !important;  
 }

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

No branches or pull requests

2 participants