From a72dd37ef00f6867d96927e7a35dd8619469604d Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 22 Oct 2024 15:41:24 -0400 Subject: [PATCH] Hide favorite button from osd on small screens --- src/styles/videoosd.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/videoosd.scss b/src/styles/videoosd.scss index b7f06c08db..9732a11517 100644 --- a/src/styles/videoosd.scss +++ b/src/styles/videoosd.scss @@ -183,6 +183,7 @@ } @media all and (max-width: 30em) { + .btnUserRating, .osdMediaInfo, .osdPoster { display: none !important;