fx-compact-mode icon indicating copy to clipboard operation
fx-compact-mode copied to clipboard

New Tab "+" button is squished on KDE

Open The-EDev opened this issue 4 years ago • 2 comments

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

The-EDev avatar Jun 27 '21 01:06 The-EDev

I can't reproduce this issue on my side. Do you also have other modifications in your userChrome.css?

dannycolin avatar Jun 28 '21 16:06 dannycolin

I don't have any other modifications in userChrome.css

This is the + sign with the default values: image This is with the modified values: image

The-EDev avatar Jun 28 '21 17:06 The-EDev