From c1b15b59db794a61c2adf904598c1458fd6f0977 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Sat, 19 Apr 2025 10:34:32 +0200 Subject: [PATCH] chore: Bump version and small fixes, b=(no-bug), c=tabs --- src/browser/app/profile/zen-browser.js | 1 - src/zen/tabs/zen-tabs/vertical-tabs-topbar.inc.css | 2 +- surfer.json | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/browser/app/profile/zen-browser.js b/src/browser/app/profile/zen-browser.js index 00d8979ec..6ce33ce69 100644 --- a/src/browser/app/profile/zen-browser.js +++ b/src/browser/app/profile/zen-browser.js @@ -475,4 +475,3 @@ pref("layers.gpu-process.enabled", true); // Picture-in-picture pref("media.videocontrols.picture-in-picture.video-toggle.enabled", true); -pref("media.videocontrols.picture-in-picture.enable-when-switching-tabs.enabled", true); diff --git a/src/zen/tabs/zen-tabs/vertical-tabs-topbar.inc.css b/src/zen/tabs/zen-tabs/vertical-tabs-topbar.inc.css index 8a4280a06..b24a57a2f 100644 --- a/src/zen/tabs/zen-tabs/vertical-tabs-topbar.inc.css +++ b/src/zen/tabs/zen-tabs/vertical-tabs-topbar.inc.css @@ -16,7 +16,7 @@ z-index: 1; &:not([zen-has-hover='true']):not([has-popup-menu]):not(:focus-within):not(:has(*:is([panelopen='true'], [open='true']))) { transition-delay: 0.2s; - height: calc(var(--zen-element-separation) + 0.5px); + height: var(--zen-element-separation); overflow: hidden; opacity: 0; & > * { diff --git a/surfer.json b/surfer.json index fcc50b628..7680000c4 100644 --- a/surfer.json +++ b/surfer.json @@ -19,7 +19,7 @@ "brandShortName": "Zen", "brandFullName": "Zen Browser", "release": { - "displayVersion": "1.11.4b", + "displayVersion": "1.11.5b", "github": { "repo": "zen-browser/desktop" }, @@ -39,7 +39,7 @@ "brandShortName": "Twilight", "brandFullName": "Zen Twilight", "release": { - "displayVersion": "1.11.4t", + "displayVersion": "1.11.5t", "github": { "repo": "zen-browser/desktop" }