changed up the mini player some more

This commit is contained in:
Eclypsed
2024-01-18 01:58:40 -05:00
parent fe722f326a
commit b6b4e16ecd
3 changed files with 42 additions and 26 deletions
+2 -2
View File
@@ -50,10 +50,10 @@
</IconButton>
</span>
</div>
<div id="card-label" class="absolute -bottom-3 w-full px-2.5 text-sm">
<div class="absolute -bottom-3 w-full px-2.5 text-sm">
<div class="overflow-hidden text-ellipsis whitespace-nowrap" title={mediaData.name}>{mediaData.name}</div>
<div class="flex w-full items-center gap-1.5 overflow-hidden text-neutral-400">
<span id="artist-list" class="overflow-hidden text-ellipsis" style="font-size: 0;">
<span class="overflow-hidden text-ellipsis" style="font-size: 0; line-height: 0;">
<!-- the font size of zero is to remove the stupid little gaps between the spans -->
{#each mediaData.artists as artist}
{@const listIndex = mediaData.artists.indexOf(artist)}