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:
commit
bc30e5a626
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