diff --git a/materialious/src/routes/watch/[slug]/+page.svelte b/materialious/src/routes/watch/[slug]/+page.svelte index a9235032..bfe689bf 100644 --- a/materialious/src/routes/watch/[slug]/+page.svelte +++ b/materialious/src/routes/watch/[slug]/+page.svelte @@ -576,15 +576,28 @@ -
{#if comments && comments.comments.length > 0} -
{numberWithCommas(comments.commentCount)} comments
- {#each comments.comments as comment} - - {/each} - {#if comments.continuation} - - {/if} +
+
+ + + + +
+ +
+ {#each comments.comments as comment} + + {/each} + {#if comments.continuation} + + {/if} +
+
+
{:else}
{$_('player.unableToLoadComments')}
{/if}