From a1cb3b8371ccd7e892cd6ad3b842cd1077a11afc Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 27 Jan 2026 16:42:52 +0200 Subject: [PATCH] style(desktop): change material for horizontal layout --- apps/client/src/stylesheets/theme-next/shell.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index 1b131a6a2b..7ff132e1af 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -41,7 +41,7 @@ body.mobile { /* #region Mica */ /* Quirk: --background-material is read before "theme-supports-background-effects" class - * is applied. Apply the material even if the theme doesn't support it. */ + * is applied. Apply the matterial even if the theme doesn't support it. */ body.background-effects.platform-win32 { &.layout-vertical { --background-material: mica; @@ -59,7 +59,7 @@ body.background-effects.platform-darwin { } &.layout-horizontal { - --background-material: header; + --background-material: hud; } }