chore: Updated to Firefox 141.0, b=no-bug, c=common, media

This commit is contained in:
mr. m
2025-07-22 21:34:45 +02:00
parent e69979f0d6
commit e05cdddab0
6 changed files with 17 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne
### Firefox Versions
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `140.0.4`! 🚀
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `141.0`! 🚀
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 141.0`!
### Contributing

View File

@@ -1 +1 @@
0fe7e8080d0be40666204b9ccbd55a0d9d344543
074a37c050cb91b65dd429d27f20bfe830962a43

View File

@@ -25,6 +25,14 @@
color-scheme: env(-moz-content-preferred-color-scheme);
}
}
@media -moz-pref('zen.theme.acrylic-elements') {
& browser[type='content'] {
/* For the rendering engine to apply layering optimizations. This
* is a hacky solution, but it works for now. */
will-change: transform;
}
}
}
}
}

View File

@@ -169,7 +169,6 @@
--tab-icon-overlay-stroke: light-dark(white, black) !important;
--tab-close-button-padding: 5px !important;
--input-bgcolor: var(--zen-colors-tertiary) !important;
--input-border-color: var(--zen-input-border-color) !important;
--zen-themed-toolbar-bg-transparent: light-dark(var(--zen-branding-bg), #171717);

View File

@@ -147,7 +147,11 @@
}
& > toolbaritem {
--zen-media-control-bg: light-dark(rgba(255, 255, 255, 0.87), rgba(0, 0, 0, 0.87));
--zen-media-control-bg: color-mix(
in srgb,
var(--zen-primary-color) 15%,
light-dark(white, black)
);
flex-grow: 1;
padding: 0;
transition: padding 0.3s ease-out;
@@ -158,7 +162,6 @@
border-radius: var(--border-radius-medium);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
background-color: var(--zen-media-control-bg);
backdrop-filter: saturate(3) contrast(2) blur(10px);
width: 100%;
}

View File

@@ -5,7 +5,7 @@
"binaryName": "zen",
"version": {
"product": "firefox",
"version": "140.0.4",
"version": "141.0",
"candidate": "141.0"
},
"buildOptions": {
@@ -19,7 +19,7 @@
"brandShortName": "Zen",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "1.14.5b",
"displayVersion": "1.14.6b",
"github": {
"repo": "zen-browser/desktop"
},