diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js index 71ee91deff7e..a8e1f6c2d758 100644 --- a/browser/base/content/browser.js +++ b/browser/base/content/browser.js @@ -6337,6 +6337,10 @@ function onViewToolbarsPopupShowing(aEvent, aInsertPoint) { let menuSeparator = document.getElementById("toolbarItemsMenuSeparator"); menuSeparator.hidden = false; + document.getElementById( + "toolbarNavigatorItemsMenuSeparator" + ).hidden = !showTabStripItems; + if ( !CustomizationHandler.isCustomizing() && CustomizableUI.isSpecialWidget(toolbarItem?.id || "") diff --git a/browser/base/content/browser.xhtml b/browser/base/content/browser.xhtml index 20af8c35a4cf..701a6bf1a6ef 100644 --- a/browser/base/content/browser.xhtml +++ b/browser/base/content/browser.xhtml @@ -131,6 +131,9 @@ + +