style(sticky player): Adapt for smaller screens

This commit is contained in:
Tixie 2020-02-29 16:53:46 +01:00
parent 12cfa809fb
commit 2cd7c63d5f
1 changed files with 22 additions and 0 deletions

View File

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