From e04cbcacba05e8849809156d6b01efe66a0c0ad1 Mon Sep 17 00:00:00 2001 From: Raphael Wickihalder Date: Fri, 1 Jul 2022 06:29:23 +0200 Subject: [PATCH] Make timestamp in mini player invisible on mobile --- ui/scss/component/_content.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ui/scss/component/_content.scss b/ui/scss/component/_content.scss index ea254399d..40972568e 100644 --- a/ui/scss/component/_content.scss +++ b/ui/scss/component/_content.scss @@ -72,6 +72,7 @@ .vjs-current-time { display: none !important; + opacity: 0; } .content__wrapper--floating { @@ -163,6 +164,12 @@ } } + /* + .content__floating-link{ + display:none; + } + */ + .vjs-control { display: none; }