We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Forgive me if this is not the right place to ask this.
I'm on Firefox beta 133.
I'm trying to reduce the height of tab label, together with "autohide_bookmarks_and_main_toolbars.css"
I use these lines: :root { --tab-min-height: 24px !important; } :root #tabbrowser-tabs { --tab-min-height: 24px !important; }
:root { --tab-min-height: 24px !important; }
:root #tabbrowser-tabs { --tab-min-height: 24px !important; }
And changed this with -40px, to avoid gap under the tab label container, when main toolbar and bookmars are auto-hidden:
:root[uidensity="compact"] #navigator-toolbox{ --uc-navbar-height: -40px;
:root[uidensity="compact"] #navigator-toolbox{
--uc-navbar-height: -40px;
But it just doesn't feel right. After the changes made, now the urlbar height is increased:
Sometimes when I launch or reboot the browser, the urlbar height is correct but toolbar overlaps tab label:
Anyone can help please? Thank you
The text was updated successfully, but these errors were encountered:
If you want a simple way to achieve that then instead of trying to modify that --uc-navbar-height value, just add this at the end:
--uc-navbar-height
#TabsToolbar{ margin-bottom: -6px; }
Alternatively you might try non_floating_sharp_tabs.css
Sorry, something went wrong.
No branches or pull requests
Hello,
Forgive me if this is not the right place to ask this.
I'm on Firefox beta 133.
I'm trying to reduce the height of tab label, together with "autohide_bookmarks_and_main_toolbars.css"
I use these lines:
:root { --tab-min-height: 24px !important; }
:root #tabbrowser-tabs { --tab-min-height: 24px !important; }
And changed this with -40px, to avoid gap under the tab label container, when main toolbar and bookmars are auto-hidden:
:root[uidensity="compact"] #navigator-toolbox{
--uc-navbar-height: -40px;
But it just doesn't feel right. After the changes made, now the urlbar height is increased:
Sometimes when I launch or reboot the browser, the urlbar height is correct but toolbar overlaps tab label:
Anyone can help please? Thank you
The text was updated successfully, but these errors were encountered: