style(next): fix launcher pane mica for vertical layout

This commit is contained in:
Elian Doran 2024-12-07 02:31:47 +02:00
parent 6365682ae1
commit ae23a2e73e
No known key found for this signature in database

View File

@ -413,17 +413,21 @@ body.layout-horizontal {
}
/* #region Mica */
body.background-effects,
body.background-effects #root-widget {
background: transparent !important;
body.background-effects {
--launcher-pane-background-color: rgba(255, 255, 255, 0.09);
--tab-background-color: transparent;
--active-tab-background-color: var(--launcher-pane-background-color);
--launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.5);
}
body.background-effects,
body.background-effects #root-widget {
background: transparent !important;
}
body.background-effects.layout-vertical {
--left-pane-background-color: transparent;
--launcher-pane-background-color: rgba(255, 255, 255, 0.055);
}
body.background-effects #launcher-pane .launcher-button {