From 8bd7f187a3c0b95072b59b45afbc2494f976d5eb Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Sat, 6 Sep 2025 17:24:37 +0200 Subject: [PATCH] fix: Fixed bookmarks duplicating at startup, b=closes #10272, c=common, workspaces --- src/zen/common/styles/zen-browser-container.css | 2 +- src/zen/workspaces/ZenWorkspaces.mjs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/zen/common/styles/zen-browser-container.css b/src/zen/common/styles/zen-browser-container.css index fe6308744..1407dbe83 100644 --- a/src/zen/common/styles/zen-browser-container.css +++ b/src/zen/common/styles/zen-browser-container.css @@ -16,7 +16,7 @@ box-shadow: var(--zen-big-shadow); } - & browser[transparent='true'] { + & browser[type='content'] { background: light-dark(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1)); } diff --git a/src/zen/workspaces/ZenWorkspaces.mjs b/src/zen/workspaces/ZenWorkspaces.mjs index 867028c78..61468944a 100644 --- a/src/zen/workspaces/ZenWorkspaces.mjs +++ b/src/zen/workspaces/ZenWorkspaces.mjs @@ -926,7 +926,6 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature { await this.initializeTabsStripSections(); this._initializeEmptyTab(); await gZenPinnedTabManager.refreshPinnedTabs({ init: true }); - this._invalidateBookmarkContainers(); await this.changeWorkspace(activeWorkspace, { onInit: true }); this.#fixTabPositions(); this.onWindowResize();