Merge pull request #449 from mitchfizz05/shuffle-and-play-all-on-mobile

Don't hide play all and shuffle buttons on mobile
This commit is contained in:
dkanada
2019-09-24 09:13:28 +09:00
committed by GitHub
+2 -2
View File
@@ -3,8 +3,8 @@
<style>
@media all and (max-width: 32em) {
.musicglobalButton {
display: none;
.paging {
width: 100%;
}
}
</style>