style(next): apply mica to tree on vertical layout

This commit is contained in:
Elian Doran 2024-12-07 02:12:55 +02:00
parent ed98d0ce49
commit 47256e1718
No known key found for this signature in database

View File

@ -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 */