no-bug: Fixed startup hang when release notes open (gh-13683)

This commit is contained in:
mr. m
2026-05-13 16:37:16 +02:00
committed by GitHub
parent f0a63fa7c5
commit 3dd0ec9b65
2 changed files with 2 additions and 1 deletions

View File

@@ -875,6 +875,7 @@ class nsZenWorkspaces {
await selectPromise;
if (this._initialTab) {
this.selectEmptyTab();
this._removedByStartupPage = true;
gBrowser.removeTab(this._initialTab, {
skipSessionStore: true,

View File

@@ -304,7 +304,7 @@
--tab-block-margin: 2px;
--tab-selected-bgcolor: light-dark(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.18));
--tab-selected-shadow: 0 1px 1px 0px light-dark(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.05)) !important;
--tab-selected-shadow: 0 0.8px 1.5px 0px light-dark(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05)) !important;
grid-gap: 0 !important;
&[overflow]::after,