style(sticky player): Adapt for smaller screens
This commit is contained in:
parent
12cfa809fb
commit
2cd7c63d5f
|
@ -20,4 +20,26 @@
|
|||
.track--active::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.playerSticky .controls__volume,
|
||||
.playerSticky .playerProgress,
|
||||
.playerSticky__referer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.playerSticky__cover {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.playerSticky .controls {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.playerSticky .controls__prevnext {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.playerSticky__infos {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue