Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

New Tab "+" button is squished on KDE #9

Open
The-EDev opened this issue Jun 27, 2021 · 2 comments
Open

New Tab "+" button is squished on KDE #9

The-EDev opened this issue Jun 27, 2021 · 2 comments

Comments

@The-EDev
Copy link

The-EDev commented Jun 27, 2021

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:

--tab-min-height: 31px !important;

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):

--urlbar-container-height: 30px !important;

@dannycolin
Copy link
Owner

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

@The-EDev
Copy link
Author

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

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

No branches or pull requests

2 participants