Fix: Music player buttons were too close to the seek bar on desktops
This commit is contained in:
parent
aed961525e
commit
7870e74479
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue