From 3931020c83d12e9f1626eada89ab254932287f2d Mon Sep 17 00:00:00 2001 From: advplyr Date: Sat, 4 Mar 2023 13:59:37 -0600 Subject: [PATCH] Update:Audio player cover rounded corners and rounded track --- components/app/AudioPlayer.vue | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/components/app/AudioPlayer.vue b/components/app/AudioPlayer.vue index 0cffd658..bcc54262 100644 --- a/components/app/AudioPlayer.vue +++ b/components/app/AudioPlayer.vue @@ -22,10 +22,10 @@

{{ totalTimeRemainingPretty }}

-
-
-
-
+
+
+
+
@@ -86,11 +86,11 @@

{{ timeRemainingPretty }}

-
-
-
-
-
+
+
+
+
+
@@ -948,6 +948,8 @@ export default { transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); transition-property: left, bottom, width, height; transform-origin: left bottom; + border-radius: 3px; + overflow: hidden; } .total-track { @@ -1032,6 +1034,8 @@ export default { width: var(--cover-image-width); left: calc(50% - (calc(var(--cover-image-width)) / 2)); bottom: calc(50% + 120px - (calc(var(--cover-image-height)) / 2)); + border-radius: 16px; + overflow: hidden; } .fullscreen #playerControls {