stop truncating anime names in player
This commit is contained in:
@@ -549,8 +549,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
</svelte:head>
|
||||
<svelte:head></svelte:head>
|
||||
|
||||
<!-- Mobile UI is portaled to document.body so the GlobalPlayer can be mounted
|
||||
in the desktop sidebar column while still showing the mobile overlay.
|
||||
@@ -604,7 +603,7 @@
|
||||
{typeNumberLabel(snap.currentTrack)}
|
||||
</span>
|
||||
{/if}
|
||||
<span class="truncate">
|
||||
<span>
|
||||
{(
|
||||
snap.currentTrack.animeName ??
|
||||
snap.currentTrack.album ??
|
||||
|
||||
Reference in New Issue
Block a user