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> <style>
@media all and (max-width: 32em) { @media all and (max-width: 32em) {
.musicglobalButton { .paging {
display: none; width: 100%;
} }
} }
</style> </style>