mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-02 07:58:40 +00:00
Tried to implement solution for https://github.com/zen-browser/desktop/issues/2375
This commit is contained in:
2
l10n
2
l10n
Submodule l10n updated: 8e347ff8c2...9a19dc14ed
@@ -5,17 +5,19 @@
|
||||
position: relative;
|
||||
|
||||
box-shadow: 0 0 1px 1px light-dark(rgba(0, 0, 0, 0.1), var(--zen-colors-border));
|
||||
|
||||
& .browserContainer,
|
||||
#zen-glance-browser-container browser {
|
||||
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,
|
||||
#tabbrowser-tabpanels,
|
||||
#zen-glance-browser-container {
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user