stop truncating anime names in player
This commit is contained in:
@@ -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 ??
|
||||||
|
|||||||
Reference in New Issue
Block a user