From 8af549aba4048b5e11f4bafc112a70e122de109d Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 24 Dec 2025 22:21:42 +0200 Subject: [PATCH] style/bottom panel: do not use Mica on horizontal layout --- apps/client/src/widgets/layout/StatusBar.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/widgets/layout/StatusBar.css b/apps/client/src/widgets/layout/StatusBar.css index c5129223b..b35f45286 100644 --- a/apps/client/src/widgets/layout/StatusBar.css +++ b/apps/client/src/widgets/layout/StatusBar.css @@ -298,6 +298,11 @@ margin: 0 !important; padding: 0; + body.layout-horizontal.background-effects & { + /* Do not apply Mica over the bottom panel in the horizontal layout */ + background: var(--right-pane-background-color); + } + .bottom-panel-title-bar { display: flex; padding: 6px 12px;