Don't hide play all and shuffle buttons on mobile
This commit is contained in:
parent
1be3a7f205
commit
7a904bb363
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
<style>
|
<style>
|
||||||
@media all and (max-width: 32em) {
|
@media all and (max-width: 32em) {
|
||||||
|
|
||||||
.musicglobalButton {
|
.paging {
|
||||||
display: none;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue