From 6a4ef5c8488e0ffc5a7c4c114cdc14e439dce239 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 20 Dec 2021 15:13:23 +0100 Subject: [PATCH] wait #4962 @0.5 --- images/symbols/interface.svg | 14 +++++++------- style/audioplayer.less | 6 +----- 2 files changed, 8 insertions(+), 12 deletions(-) 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%; } } -- 2.39.5