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;