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 {