mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Hide favorite button from osd on small screens
This commit is contained in:
parent
b40f68db12
commit
a72dd37ef0
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@
|
|||
}
|
||||
|
||||
@media all and (max-width: 30em) {
|
||||
.btnUserRating,
|
||||
.osdMediaInfo,
|
||||
.osdPoster {
|
||||
display: none !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue