style(next): fix background for launcher pane

This commit is contained in:
Elian Doran 2025-01-05 18:26:26 +02:00
parent e09eae5a4c
commit 5a3a31ff1c
No known key found for this signature in database

View File

@ -120,7 +120,7 @@ body.layout-horizontal > .horizontal {
background: var(--launcher-pane-background-color);
}
#launcher-pane {
body.mobile #launcher-pane {
background: transparent !important;
}
}