From 82714100e4ecd5bf8b5108bd41edabc7ce4559bf Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Fri, 6 Feb 2026 04:53:34 -0800 Subject: [PATCH] big buttons --- src/lib/components/GlobalPlayer.svelte | 78 +++++++++++++------------- src/lib/components/SongEntry.svelte | 16 +++--- src/routes/layout.css | 17 ++++++ 3 files changed, 65 insertions(+), 46 deletions(-) diff --git a/src/lib/components/GlobalPlayer.svelte b/src/lib/components/GlobalPlayer.svelte index ece3b5c..c50fcac 100644 --- a/src/lib/components/GlobalPlayer.svelte +++ b/src/lib/components/GlobalPlayer.svelte @@ -54,6 +54,8 @@ X, } from "@lucide/svelte"; + const iconClass = "icon-btn"; + let audioEl: HTMLAudioElement | null = null; // Best-effort preload of the upcoming track's URL @@ -468,16 +470,16 @@ >
@@ -549,7 +551,7 @@
@@ -603,7 +605,7 @@
- + @@ -667,7 +669,7 @@
@@ -819,7 +821,7 @@
- + @@ -898,7 +900,7 @@