forked from Mastodon/mastoradio-la-radio-di-mastodon
style(mini player): Adapt for smaller screens
This commit is contained in:
parent
c39314abca
commit
12cfa809fb
|
@ -3,4 +3,21 @@
|
||||||
/* ----------------------------------------------------------- */
|
/* ----------------------------------------------------------- */
|
||||||
|
|
||||||
@media (max-width: $xsmall) {
|
@media (max-width: $xsmall) {
|
||||||
|
/* Player
|
||||||
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
|
.player {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.playerMini {
|
||||||
|
align-self: center;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
width: 16rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.track--active::before {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue