1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 04:49:59 +02:00

chore: Bump version and small fixes, b=(no-bug), c=tabs

This commit is contained in:
mr. m 2025-04-19 10:34:32 +02:00
parent 3dae5a6d47
commit c1b15b59db
No known key found for this signature in database
GPG key ID: 419302196C23B258
3 changed files with 3 additions and 4 deletions

View file

@ -475,4 +475,3 @@ pref("layers.gpu-process.enabled", true);
// Picture-in-picture // Picture-in-picture
pref("media.videocontrols.picture-in-picture.video-toggle.enabled", true); pref("media.videocontrols.picture-in-picture.video-toggle.enabled", true);
pref("media.videocontrols.picture-in-picture.enable-when-switching-tabs.enabled", true);

View file

@ -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']))) { &:not([zen-has-hover='true']):not([has-popup-menu]):not(:focus-within):not(:has(*:is([panelopen='true'], [open='true']))) {
transition-delay: 0.2s; transition-delay: 0.2s;
height: calc(var(--zen-element-separation) + 0.5px); height: var(--zen-element-separation);
overflow: hidden; overflow: hidden;
opacity: 0; opacity: 0;
& > * { & > * {

View file

@ -19,7 +19,7 @@
"brandShortName": "Zen", "brandShortName": "Zen",
"brandFullName": "Zen Browser", "brandFullName": "Zen Browser",
"release": { "release": {
"displayVersion": "1.11.4b", "displayVersion": "1.11.5b",
"github": { "github": {
"repo": "zen-browser/desktop" "repo": "zen-browser/desktop"
}, },
@ -39,7 +39,7 @@
"brandShortName": "Twilight", "brandShortName": "Twilight",
"brandFullName": "Zen Twilight", "brandFullName": "Zen Twilight",
"release": { "release": {
"displayVersion": "1.11.4t", "displayVersion": "1.11.5t",
"github": { "github": {
"repo": "zen-browser/desktop" "repo": "zen-browser/desktop"
} }