style(next): improve bottom border on mica

This commit is contained in:
Elian Doran 2024-12-07 02:01:35 +02:00
parent b243041966
commit 3fac2a1ef1
No known key found for this signature in database

View File

@ -412,12 +412,14 @@ body.layout-horizontal {
--native-titlebar-darwin-y-offset: 14 !important;
}
/* #region Mica */
body.background-effects,
body.background-effects #root-widget {
background: transparent !important;
--launcher-pane-background-color: rgba(255, 255, 255, 0.055);
--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 #launcher-pane .launcher-button {
@ -427,6 +429,7 @@ body.background-effects #launcher-pane .launcher-button {
body.background-effects #horizontal-main-container {
background-color: var(--root-background);
}
/* #endregion */
/* Matches when the left pane is collapsed */
:has(#left-pane.hidden-int) {