Merge branch 'dev' of https://github.com/zen-browser/desktop into update-firefox-137

This commit is contained in:
mr. M
2025-03-29 20:44:49 +01:00
16 changed files with 906 additions and 134 deletions

View File

@@ -3,9 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/* Zen Welcome idalog override */
/* Zen Welcome dialog override */
@media (prefers-color-scheme: dark) {
.dialogBox:not(.spotlightBox) {
border: 1px solid var(--zen-colors-border);
}
}
.dialogBox:not(.spotlightBox) {
min-width: min(80vw, 376px);
}