style(desktop): change material for horizontal layout

This commit is contained in:
Elian Doran 2026-01-27 16:42:52 +02:00
parent 51131433d3
commit a1cb3b8371
No known key found for this signature in database

View File

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