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:
parent
ea68085229
commit
c87b0b8263
2 changed files with 10 additions and 5 deletions
|
@ -782,7 +782,9 @@
|
|||
|
||||
@media all and (max-width:75em) {
|
||||
.listViewUserDataButtons {
|
||||
display: none !important
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
font-size: 85%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue