fx-compact-mode
fx-compact-mode copied to clipboard
New Tab "+" button is squished on KDE
Using Firefox 89.0.2 on KDE Plasma 5.21.5-1
The + button is squished (width > height). Also the very bottom of the URL bar is clipped.
The first was fixed by changing the value here to 36px:
https://github.com/dannycolin/fx-compact-mode/blob/f0f514591b01f565ae2550eda6bec5068cd9463b/userChrome.css#L24
~I'll see if I can fix the second.~
Edit:
I managed to fix the second by editing this value to 36px (seems like that's the magic number):
https://github.com/dannycolin/fx-compact-mode/blob/f0f514591b01f565ae2550eda6bec5068cd9463b/userChrome.css#L52
I can't reproduce this issue on my side. Do you also have other modifications in your userChrome.css?
I don't have any other modifications in userChrome.css
This is the + sign with the default values:
This is with the modified values:
