From 9e265e14df7e3323a0fd5d13085908422840bcde Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 13 Dec 2018 05:42:11 +0200 Subject: [PATCH] New file --- chrome/hide_tabs_toolbar.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 chrome/hide_tabs_toolbar.css diff --git a/chrome/hide_tabs_toolbar.css b/chrome/hide_tabs_toolbar.css new file mode 100644 index 0000000..f79b4f6 --- /dev/null +++ b/chrome/hide_tabs_toolbar.css @@ -0,0 +1,23 @@ +/* Hide tabs toolbar Fx65+ */ +:root{--uc-toolbar-height: 32px} +:root:not([uidensity="compact"]){--uc-toolbar-height: 38px} + +#TabsToolbar{visibility: collapse} +#nav-bar, +#PersonalToolbar{ + background: transparent !important; +} +#navigator-toolbox{ background: var(--toolbar-bgcolor) var(--toolbar-bgimage) } + +#nav-bar{margin: calc(0px - var(--uc-toolbar-height)) 138px 0 0 } + +#toolbar-menubar{ + min-height:unset !important; + height:var(--uc-toolbar-height) !important; + position: relative; +} + +#main-menubar{-moz-box-flex: 1; background: var(--toolbar-non-lwt-bgcolor)} + +#toolbar-menubar:not([inactive]){ z-index: 2 } +#toolbar-menubar[inactive] > #menubar-items { opacity: 0 } \ No newline at end of file