Aris-t2 / Aris-t2/CustomCSSforFx

Firefox 135 broke something in the space icons in toolbar button

Open
#733 7 comments 0 reactions 0 assignees View on GitHub
Firefox bug wontfix
Dominant language
CSS
Stars
2.1k
Forks
197
PR merge metrics
No merged PRs in 30d

Description

In my_userChrome.css I use this for reduce space between icon

:root {
--toolbarbutton-inner-padding: 2px !important;
--toolbarbutton-outer-padding: 2px !important;
}

134 spacing

![Image](https://github.com/user-attachments/assets/052c6d17-f10d-4d8e-bba4-2a1a799d413a)

135 spacing

![Image](https://github.com/user-attachments/assets/69aea1bb-c0b9-43f5-8392-dcba65183c14)

I don't know if it is still current, and if there is already a solution, but in case I point it up.

😊

Contributor guide

Open the contributing guide

Research direction

Reproduce the toolbar spacing from the my_userChrome.css snippet in Firefox 134 and 135, then compare the resulting icon padding. Check whether --toolbarbutton-inner-padding and --toolbarbutton-outer-padding still affect the toolbar in Firefox 135; done means restoring the earlier spacing or documenting the confirmed limitation and workaround.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.