From 3fac2a1ef1ebf662e9cb653715146a462d25daeb Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 7 Dec 2024 02:01:35 +0200 Subject: [PATCH] style(next): improve bottom border on mica --- src/public/stylesheets/theme-next.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 53f9e1d8f..9a00a5b27 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -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) {