mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
style(next): apply mica to tree on vertical layout
This commit is contained in:
parent
ed98d0ce49
commit
47256e1718
@ -422,12 +422,16 @@ body.background-effects #root-widget {
|
||||
--launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
body.background-effects.layout-vertical {
|
||||
--left-pane-background-color: transparent;
|
||||
}
|
||||
|
||||
body.background-effects #launcher-pane .launcher-button {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
body.layout-vertical #rest-pane,
|
||||
body.layout-horizontal.background-effects #horizontal-main-container {
|
||||
body.background-effects.layout-vertical #rest-pane,
|
||||
body.background-effects.layout-horizontal #horizontal-main-container {
|
||||
background-color: var(--root-background);
|
||||
}
|
||||
/* #endregion */
|
||||
|
Loading…
x
Reference in New Issue
Block a user