From: Vincent Vanwaelscappel Date: Fri, 17 Dec 2021 16:10:41 +0000 (+0100) Subject: wait #4962 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3401370aeff6f7f39c8e0770fe6f509d2a20cc54;p=fluidbook-html5.git wait #4962 @1 --- diff --git a/style/audioplayer.less b/style/audioplayer.less index e8daa663..dd0af9da 100644 --- a/style/audioplayer.less +++ b/style/audioplayer.less @@ -46,22 +46,24 @@ audio { position: absolute; top: 7px; left: 7px; - width: ~"calc(100% - 14px)"; - height: ~"calc(100% - 14px)"; + width: 46px; + height: 46px; background-color: @audioplayer-background-color; border-radius: 50% 50%; } .arc { position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; + top: 0 !important; + left: 0 !important; + width: 60px; + height: 60px; svg { - width: 100%; - height: 100%; + width: 60px; + height: 60px; + top: 0 !important; + left: 0 !important; } } }