From: Vincent Vanwaelscappel Date: Mon, 20 Dec 2021 14:13:23 +0000 (+0100) Subject: wait #4962 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6a4ef5c8488e0ffc5a7c4c114cdc14e439dce239;p=fluidbook-html5.git wait #4962 @0.5 --- diff --git a/images/symbols/interface.svg b/images/symbols/interface.svg index 686567f0..0c4ca778 100644 --- a/images/symbols/interface.svg +++ b/images/symbols/interface.svg @@ -373,13 +373,13 @@ - - + + - - - + + + + diff --git a/style/audioplayer.less b/style/audioplayer.less index dd0af9da..64cb3e6e 100644 --- a/style/audioplayer.less +++ b/style/audioplayer.less @@ -21,7 +21,6 @@ audio { &.pause { display: block; - transform: rotate(90deg); } } } @@ -29,16 +28,13 @@ audio { .icon { position: absolute; top: 0; - left: 2px; + left: 0; width: 100%; height: 100%; color: @audioplayer-icon-color; - padding: 30%; &.pause { display: none; - left: 0; - padding: 32%; } }