Fix: Removed the top gap to account for the transparent header in now playing music playlist on phones

This commit is contained in:
lscambo13
2025-05-10 12:47:18 -07:00
parent 10e4e514bf
commit e007bd76af

View File

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