From 3401370aeff6f7f39c8e0770fe6f509d2a20cc54 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 17 Dec 2021 17:10:41 +0100 Subject: [PATCH] wait #4962 @1 --- style/audioplayer.less | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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; } } } -- 2.39.5