From c1611efa2f713bf9c7713f63382b4c555dbcb210 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 29 Dec 2018 08:04:48 +0200 Subject: [PATCH] Incease post-tab spacer width so tabs won't overlay window controls --- chrome/hide_tabs_with_one_tab_w_window_controls.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/hide_tabs_with_one_tab_w_window_controls.css b/chrome/hide_tabs_with_one_tab_w_window_controls.css index e06d5a7..84200bd 100644 --- a/chrome/hide_tabs_with_one_tab_w_window_controls.css +++ b/chrome/hide_tabs_with_one_tab_w_window_controls.css @@ -9,6 +9,10 @@ /* We'll use window controls from menubar instead */ #TabsToolbar > .titlebar-buttonbox-container { display: none } #tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox{ min-height: 0 !important; } + +#TabsToolbar > .titlebar-spacer[type="post-tabs"]{ width: 178px !important; } +#toolbar-menubar > spacer{ pointer-events: none } + :root:not([customizing]) #tabbrowser-tabs .tabs-newtab-button{ -moz-appearance: none !important; height: 0px;