stop truncating anime names in player

This commit is contained in:
2026-02-06 10:49:17 -08:00
parent 8a58706025
commit 70d53b2d83

View File

@@ -549,8 +549,7 @@
}); });
</script> </script>
<svelte:head> <svelte:head></svelte:head>
</svelte:head>
<!-- Mobile UI is portaled to document.body so the GlobalPlayer can be mounted <!-- Mobile UI is portaled to document.body so the GlobalPlayer can be mounted
in the desktop sidebar column while still showing the mobile overlay. in the desktop sidebar column while still showing the mobile overlay.
@@ -604,7 +603,7 @@
{typeNumberLabel(snap.currentTrack)} {typeNumberLabel(snap.currentTrack)}
</span> </span>
{/if} {/if}
<span class="truncate"> <span>
{( {(
snap.currentTrack.animeName ?? snap.currentTrack.animeName ??
snap.currentTrack.album ?? snap.currentTrack.album ??