From 6bedad56031256647eca319c765212e56f1fc6a6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 19 Jul 2024 19:12:42 +0200 Subject: [PATCH] wait #7012 @0.25 --- style/audioplayer.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style/audioplayer.less b/style/audioplayer.less index 2c813dd9..044dc5f6 100644 --- a/style/audioplayer.less +++ b/style/audioplayer.less @@ -43,6 +43,13 @@ audio { } + &.invisible { + + .visualPlayer { + width: 100%; + height: 100%; + } + } + &.twostatesicon { + .visualPlayer { width: 100%; -- 2.39.5