diff --git a/src/browser/base/content/zen-panels/site-data.inc b/src/browser/base/content/zen-panels/site-data.inc index b3b99dc06..e413d2c1e 100644 --- a/src/browser/base/content/zen-panels/site-data.inc +++ b/src/browser/base/content/zen-panels/site-data.inc @@ -5,10 +5,11 @@ + noautofocus="true" + position="bottomright topright"> # We'll keep the view with this name/id in order to prevent -# any sort of future issues we may have if firefox decides +# any sort of future issues we may have if firefox decides # to change the functionality of this view #confetti { } /* Contextual new tab popup menu */ -#tabs-newtab-button > .new-tab-popup > menuitem { +#navigator-toolbox #titlebar #TabsToolbar #tabs-newtab-button > .new-tab-popup > menuitem { & > :is(.menu-highlightable-text, .menu-accel) { - display: none !important; - } - & > label { - opacity: 1 !important; + display: none; } } diff --git a/src/zen/glance/ZenGlanceManager.mjs b/src/zen/glance/ZenGlanceManager.mjs index 70c7da14e..52e452175 100644 --- a/src/zen/glance/ZenGlanceManager.mjs +++ b/src/zen/glance/ZenGlanceManager.mjs @@ -926,7 +926,7 @@ opacity: [0.4, 1], }, { - duration: this.#GLANCE_ANIMATION_DURATION, + duration: this.#GLANCE_ANIMATION_DURATION / 1.5, type: 'spring', bounce: 0, } diff --git a/surfer.json b/surfer.json index c5ed6c75d..03e2cabec 100644 --- a/surfer.json +++ b/surfer.json @@ -19,7 +19,7 @@ "brandShortName": "Zen", "brandFullName": "Zen Browser", "release": { - "displayVersion": "1.17.5b", + "displayVersion": "1.17.6b", "github": { "repo": "zen-browser/desktop" },