remove artwork
This commit is contained in:
@@ -15,14 +15,6 @@
|
|||||||
>
|
>
|
||||||
{#if player.currentTrack}
|
{#if player.currentTrack}
|
||||||
<div class="p-6 space-y-6 shrink-0">
|
<div class="p-6 space-y-6 shrink-0">
|
||||||
<!-- Artwork -->
|
|
||||||
<div
|
|
||||||
class="aspect-square w-full relative rounded-xl overflow-hidden bg-muted flex items-center justify-center shadow-lg border"
|
|
||||||
>
|
|
||||||
<Disc class="h-1/3 w-1/3 text-muted-foreground opacity-50" />
|
|
||||||
<!-- Ideally use real album art if available -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Track Info -->
|
<!-- Track Info -->
|
||||||
<div class="space-y-1.5 text-center">
|
<div class="space-y-1.5 text-center">
|
||||||
<h2 class="text-xl font-bold leading-tight line-clamp-2">
|
<h2 class="text-xl font-bold leading-tight line-clamp-2">
|
||||||
|
|||||||
@@ -56,20 +56,7 @@
|
|||||||
|
|
||||||
<Drawer.Root bind:open>
|
<Drawer.Root bind:open>
|
||||||
<Drawer.Content class="h-[96dvh] flex flex-col rounded-t-[10px]">
|
<Drawer.Content class="h-[96dvh] flex flex-col rounded-t-[10px]">
|
||||||
<div class="mx-auto w-full max-w-sm flex-1 flex flex-col p-4 gap-6">
|
<div class="mx-auto w-full max-w-xl flex-1 flex flex-col p-4 gap-4">
|
||||||
<!-- Header -->
|
|
||||||
<div class="flex justify-center pt-2">
|
|
||||||
<div class="h-1.5 w-12 rounded-full bg-muted-foreground/20"></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Expanded Art -->
|
|
||||||
<div
|
|
||||||
class="aspect-square w-full relative rounded-xl overflow-hidden bg-muted flex items-center justify-center shadow-lg"
|
|
||||||
>
|
|
||||||
<Disc class="h-24 w-24 text-muted-foreground" />
|
|
||||||
<!-- If we had art, we'd show it here -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Track Info -->
|
<!-- Track Info -->
|
||||||
<div class="text-center space-y-1">
|
<div class="text-center space-y-1">
|
||||||
<h2 class="text-xl font-bold leading-tight line-clamp-2">
|
<h2 class="text-xl font-bold leading-tight line-clamp-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user