Don't hide play all and shuffle buttons on mobile

This commit is contained in:
Mitchfizz05 2019-09-07 10:59:24 +09:30
parent 1be3a7f205
commit 7a904bb363

View File

@ -3,8 +3,8 @@
<style>
@media all and (max-width: 32em) {
.musicglobalButton {
display: none;
.paging {
width: 100%;
}
}
</style>