Adjustments while updating to firefox 136.0

This commit is contained in:
mr. M
2025-02-26 21:00:21 +01:00
parent f7995f6da7
commit 576632fbbf
5 changed files with 23 additions and 5 deletions

View File

@@ -483,9 +483,11 @@ var gZenVerticalTabsManager = {
if (isSidebarExpanded) {
this.navigatorToolbox.setAttribute('zen-sidebar-expanded', 'true');
document.documentElement.setAttribute('zen-sidebar-expanded', 'true');
gBrowser.tabContainer.setAttribute('expanded', 'true');
} else {
this.navigatorToolbox.removeAttribute('zen-sidebar-expanded');
document.documentElement.removeAttribute('zen-sidebar-expanded');
gBrowser.tabContainer.removeAttribute('expanded');
}
const appContentNavbarContaienr = document.getElementById('zen-appcontent-navbar-container');