From 85da57030a02d502d5ecb868e4c63b4e3e79134b Mon Sep 17 00:00:00 2001 From: zuma Date: Sun, 23 Mar 2025 22:00:40 +0100 Subject: [PATCH 1/2] Fix: make the central panel more adapted to wide screens, but keep responsiveness for mobile (#4) --- src/App.svelte | 66 ++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 6b7dbfa..2d0fc24 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -72,43 +72,47 @@ Logo d'une menthe à l'eau -
-
-

Menthe à l'eau

-

Créée à l'origine pour être un énorme dump de musique en tout genre. Cette playlist est contre toute attente devenue un énorme dump de musique en tout genre. Enjoy the radio. 📻

- {#if imageData == ""} -
- -
- {:else} - - current song artwork - - {/if} - {#if title == ""}Loading...{:else}{title}{/if} - -
- {#each {length: numberOfListeners} as _,i} - - {/each} +
+
+
+

Menthe à l'eau

+

Créée à l'origine pour être un énorme dump de musique en tout genre. Cette playlist est contre toute attente devenue un énorme dump de musique en tout genre. Enjoy the radio. 📻

-
-
- {#if loadingSound} - - {:else} - {#if isPlaying} - +
+ {#if imageData == ""} +
+ +
+ {:else} + + current song artwork + + {/if} + {#if title == ""}Loading...{:else}{title}{/if} + +
+ {#each {length: numberOfListeners} as _,i} + + {/each} +
+
+
+ {#if loadingSound} + {:else} - + {#if isPlaying} + + {:else} + + {/if} {/if} - {/if} +
-
+ From da4b99d63bf3d346abe7391f1aadac7111d204a7 Mon Sep 17 00:00:00 2001 From: zuma Date: Sun, 23 Mar 2025 22:14:32 +0100 Subject: [PATCH 2/2] Fix: fix rouet hopefully this time (#5) --- src/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 2d0fc24..47c8441 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -100,7 +100,7 @@
{#if loadingSound} - + {:else} {#if isPlaying}