From 4dc008f537286ac20c244b0047df0779b2b04ecf Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 24 Nov 2022 18:02:58 +0100 Subject: [PATCH] wait #5600 @0.25 --- style/audioplayer.less | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/style/audioplayer.less b/style/audioplayer.less index c6214e2d..e273e1f9 100644 --- a/style/audioplayer.less +++ b/style/audioplayer.less @@ -19,6 +19,7 @@ audio { width: 100%; height: 100%; color: @audioplayer-icon-color; + &.play { display: block; } @@ -44,7 +45,7 @@ audio { &.twostatesicon { + .visualPlayer { - width: 100%; + width: 100%; height: 100%; } } @@ -59,10 +60,6 @@ audio { width: 100%; height: 100%; color: @audioplayer-icon-color; - - &.pause { - display: none; - } } .back { -- 2.39.5