1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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
commit bc30e5a626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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