mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Removed the top gap to account for the transparent header in now playing music playlist on phones
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user