diff --git a/front/src/components/Queue.vue b/front/src/components/Queue.vue index 12850155c..d2c92d163 100644 --- a/front/src/components/Queue.vue +++ b/front/src/components/Queue.vue @@ -228,11 +228,11 @@ const touchProgress = (event: MouseEvent) => { >
diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index 14ec3625f..cc3c9eac9 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -126,11 +126,11 @@ const touchProgress = (event: MouseEvent) => { >
diff --git a/front/src/style/components/_player.scss b/front/src/style/components/_player.scss index 5668455f7..721623d48 100644 --- a/front/src/style/components/_player.scss +++ b/front/src/style/components/_player.scss @@ -9,6 +9,7 @@ height: 1rem; z-index: 1; padding-bottom: 0.8rem; + border-radius: 0; .bar { height: 0.2rem; diff --git a/front/src/style/components/_queue.scss b/front/src/style/components/_queue.scss index 45f2eb6b7..212266510 100644 --- a/front/src/style/components/_queue.scss +++ b/front/src/style/components/_queue.scss @@ -165,6 +165,7 @@ } .progress-area .progress { border-radius: 0.28571429rem; + overflow: hidden; } .progress-wrapper, .warning.message { max-width: 25em;