akshat46 / FlyingFox

An opinionated set of configurations for firefox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing tabline/bookmark bar height

6ftClaud opened this issue · comments

commented

The tabline, urlbar and bookmark bar together make up to a pretty hefty size.
Are there any values I can edit to change their height and make them a bit smaller?

Unfortunately there aren't any variables in config file that can control heights. It was on my to-do list but my schedule won't allow expanding the scope of this project for a while. You can tweak these yourselves and see if it works:

#navbar in navbar/navbar.css(line #8). You can mess around with height, padding-inlinr,and padding properties which would change navbar height. Urlbar's values depend on these so you might have to tweak those too here(line #132-#167 most of the height and padding properties).

Change margin(line #2) in userchrome-tabline to change gaps in and around tabline.

commented

Thank you for the quick reply! :)
Yeah, playing around with those did help.
I also found that in variables.css you can edit this to change tabs size

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

Unfortunately I can't seem to be able to find how to edit the bookmark bar size :/