Fix: Music player buttons were too close to the seek bar on desktops

This commit is contained in:
lscambo13
2025-03-15 10:21:50 -07:00
parent aed961525e
commit 7870e74479

View File

@@ -2158,6 +2158,10 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
background: var(--highlightOutlineColor);
} */
.nowPlayingButtonsContainer {
margin-top: 1em;
}
.nowPlayingPageImageContainerNoAlbum {
border: var(--defaultBorder);
border-radius: var(--smallRadius);