mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-12-27 14:27:46 +00:00
Fix: Now playing page did not have a background color on desktop
This commit is contained in:
@@ -3841,8 +3841,13 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense > div:first-child {
|
||||
}
|
||||
}
|
||||
|
||||
.nowPlayingPage {
|
||||
background: linear-gradient(var(--darkerGradientPointAlpha), transparent);
|
||||
}
|
||||
|
||||
.remoteControlContent {
|
||||
padding: 0 var(--sidePadding) !important;
|
||||
background: linear-gradient(transparent, var(--darkerGradientPointAlpha) 20em);
|
||||
}
|
||||
|
||||
/* .layout-tv *,
|
||||
|
||||
Reference in New Issue
Block a user