Fix: Horizontal reply tree
This commit is contained in:
parent
b941edaa1c
commit
c134fa9b09
@ -75,11 +75,11 @@
|
||||
<div class="actionBar">
|
||||
<Rating rating={comment.rating}></Rating>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="replyTree">
|
||||
{#each commentNode.children as reply}
|
||||
<svelte:self commentNode={reply} getTags={getTags}></svelte:self>
|
||||
{/each}
|
||||
<div class="replyTree">
|
||||
{#each commentNode.children as reply}
|
||||
<svelte:self commentNode={reply} getTags={getTags}></svelte:self>
|
||||
{/each}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user