1
0
Fork 0
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:
Bill Thornton 2024-10-22 15:41:24 -04:00
parent b40f68db12
commit a72dd37ef0

View file

@ -183,6 +183,7 @@
}
@media all and (max-width: 30em) {
.btnUserRating,
.osdMediaInfo,
.osdPoster {
display: none !important;