From c02462bf81691afc75d1a464244be36fda2a3a57 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 7 Dec 2024 02:16:44 +0200 Subject: [PATCH] style(next): apply mica to tabs on vertical layout --- src/public/stylesheets/theme-next.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 611951cd7..c7aa567f8 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -430,7 +430,6 @@ body.background-effects #launcher-pane .launcher-button { background-color: transparent; } -body.background-effects.layout-vertical #rest-pane, body.background-effects.layout-horizontal #horizontal-main-container { background-color: var(--root-background); }