Add: Toolbar Menubar - reduce height

This commit is contained in:
MS_Y 2021-05-15 17:38:08 +00:00 committed by GitHub
parent fbd7fca512
commit 2e5e0d83f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,10 @@
padding-top: 3px !important;
padding-bottom: 3px !important;
}
:root[tabsintitlebar]:not([uidensity=compact]) #toolbar-menubar[autohide="true"] {
height: calc(var(--tab-min-height) - var(--tabs-navbar-shadow-size) - 2px); /* Compact: 28px, Normal: 33px, Touch: 38px */
}
/* Tab - Max Size */
:root:not([uidensity=touch]) .tabbrowser-tab[fadein]:not([pinned]):not([style*="max-width"]) {