Update zen-browser preferences and styles

This commit is contained in:
mr. M
2024-10-26 20:20:44 +02:00
parent 4d285fe4b6
commit 6364767d5a
2 changed files with 8 additions and 4 deletions

View File

@@ -83,6 +83,7 @@ pref('zen.theme.toolbar-themed', true);
pref('zen.theme.pill-button', false);
pref('zen.theme.gradient', true);
pref('zen.view.compact', false);
pref('zen.view.experimental-rounded-view', true);
pref('zen.theme.color-prefs.amoled', false);
pref('zen.theme.color-prefs.colorful', false);

View File

@@ -2,15 +2,18 @@
& #tabbrowser-tabbox #tabbrowser-tabpanels .browserSidebarContainer {
width: -moz-available;
border-radius: var(--zen-webview-border-radius, var(--zen-border-radius));
transform: translate3d(0, 0, 0);
position: relative;
box-shadow: 0 0 1px 1px light-dark(rgba(0, 0, 0, 0.1), var(--zen-colors-border));
& .browserContainer,
& browser {
mix-blend-mode: hue;
& .browserContainer {
overflow: hidden;
border-radius: var(--zen-webview-border-radius, var(--zen-border-radius));
}
@media (-moz-bool-pref: 'zen.view.experimental-rounded-view') {
&.deck-selected .browserContainer {
mix-blend-mode: multiply;
}
}
}
}