mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
style(mica): apply heavy transparency
This commit is contained in:
@@ -412,6 +412,14 @@ body.layout-horizontal {
|
||||
--native-titlebar-darwin-y-offset: 14 !important;
|
||||
}
|
||||
|
||||
body.background-effects,
|
||||
body.background-effects #root-widget {
|
||||
background: transparent !important;
|
||||
--launcher-pane-background-color: transparent;
|
||||
--tab-background-color: transparent;
|
||||
--active-tab-background-color: transparent;
|
||||
}
|
||||
|
||||
/* Matches when the left pane is collapsed */
|
||||
:has(#left-pane.hidden-int) {
|
||||
--center-pane-border-radius: 0;
|
||||
|
||||
@@ -133,7 +133,7 @@ function getWindowExtraOpts() {
|
||||
|
||||
// Window effects (Mica)
|
||||
// TODO: Apply only on Windows and allow the user to choose whether to activate it or not.
|
||||
extraOpts.backgroundMaterial = "mica";
|
||||
extraOpts.backgroundMaterial = "tabbed";
|
||||
|
||||
return extraOpts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user