Fix: Removed the top gap to account for the transparent header in now playing music playlist on phones
This commit is contained in:
parent
10e4e514bf
commit
e007bd76af
1 changed files with 2 additions and 2 deletions
|
|
@ -2333,8 +2333,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||
}
|
||||
|
||||
.layout-mobile .playlistSection .playlist {
|
||||
padding: 2em 0;
|
||||
top: 3.5em;
|
||||
padding: 4.3em 0;
|
||||
top: 0;
|
||||
bottom: 4.3em;
|
||||
background: color-mix(in srgb, var(--headerColor), var(--darkerGradientPoint) 50%);
|
||||
backdrop-filter: var(--blurLargest);
|
||||
|
|
|
|||
Loading…
Reference in a new issue