-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more compact tabs toolbar in "tabs_below_navigation_toolbar_fx133.css" #705
Comments
I tried the "compact mode" for FF, (ff 130.0.2), Config file setting and setting DENSITY in "customize toolbar". Neither changed anything. I have to presume some Aris CSS code I have is overriding this. I really like the idea that customize mode will reduce the HUGE spacing in the built-in Firefox menus. Awwww |
thanks, last version with additional code is fitting for me. |
This will be on option for default tabs on next release. |
Hi, I have the opposite problem, I feel like my tab's height is too small https://puu.sh/Kjrmv/42f06fe653.png A portion of my menubar becomes cut off as well and I don't think it's a resolution problem because prior to 133 update, my menubar looks normal.
***EDIT: Found the option and I increase the font in
from originally 10 to 12*** I implemented the multirow and I would like the + new tab button to be right next to the last tab. Is this possible? My tab seems to have a shadow behind in active tabs, don't like how it looks like. What option to tweak please? Thanks. |
If you are using this projects You can remove the box shadow from active tab using this: .tab-background:is([selected], [multiselected]) {
box-shadow: unset !important;
} |
Hi,
I am using the "tabs_below_navigation_toolbar_fx133.css" standalone together with the "compact mode" of firefox.
But for me the height of the tabs toolbar is too big.
With the last versions of this css, I managed to reduce the height of the tabs toolbar. But with this new version 133 I'm at the end with my little knowledge of css ;)
Is it possible to easily reduce the height of the TabsToolbar?
The text was updated successfully, but these errors were encountered: