diff --git a/ui/src/lib/components/ListeningMode.svelte b/ui/src/lib/components/ListeningMode.svelte index 6fd3681..b956b5e 100644 --- a/ui/src/lib/components/ListeningMode.svelte +++ b/ui/src/lib/components/ListeningMode.svelte @@ -262,90 +262,101 @@ ontouchend={onTouchEnd} > - -
- {#if audioStore.cover} - - - {:else} - -
- - - -
- {/if} - -
+ {#if audioStore.cover} +
- - + class="absolute inset-0 w-full h-full object-cover pointer-events-none select-none" + style="filter: blur(40px) brightness(0.25) saturate(1.4); transform: scale(1.15); z-index: 0;" + /> + {:else} +
+ {/if} + + - -
- - Now Playing -
- - {#if audioStore.chapters.length > 0} - - {/if} - + +
+ + Now Playing +
+ + {#if audioStore.chapters.length > 0} -
+ {/if} + + +
+
+ + +
+ +
+ {#if audioStore.cover} + + {:else} +
+ + + +
+ {/if}
- -
+ +
{#if audioStore.chapter > 0}

Chapter {audioStore.chapter} @@ -499,7 +510,7 @@ {/if} -

+