style/bottom panel: do not use Mica on horizontal layout

This commit is contained in:
Adorian Doran 2025-12-24 22:21:42 +02:00
parent d6cd252f23
commit 8af549aba4

View File

@ -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;