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

fix show favorite and wacted on mobile

This commit is contained in:
grafixeyehero 2020-01-17 18:37:12 +03:00
parent ea68085229
commit c87b0b8263
2 changed files with 10 additions and 5 deletions

View file

@ -782,7 +782,9 @@
@media all and (max-width:75em) {
.listViewUserDataButtons {
display: none !important
display: flex;
flex-wrap: wrap;
font-size: 85%;
}
}