From 2e5e0d83f4458ac77610070dfb6862b76cb20e7a Mon Sep 17 00:00:00 2001 From: MS_Y Date: Sat, 15 May 2021 17:38:08 +0000 Subject: [PATCH] Add: Toolbar Menubar - reduce height --- userChrome.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/userChrome.css b/userChrome.css index c6e8477..3b19e1d 100644 --- a/userChrome.css +++ b/userChrome.css @@ -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"]) {