[web] Provide similar style between podcast, audiobook, and album pages

The podcast page is now similar to the audiobook or album pages. Thus, making the UI a bit more coherent.
This commit is contained in:
Alain Nussbaumer
2023-07-26 16:12:21 +02:00
parent c20c80b757
commit 60015e1da2
4 changed files with 45 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div
v-if="width > 0"
class="progress-bar mt-2"
class="progress-bar"
:style="{ width: width_percent }"
/>
</template>