From c134fa9b09616d1ef122c3e80b590eb86cbb21d8 Mon Sep 17 00:00:00 2001 From: bloodwiing Date: Tue, 14 May 2024 09:34:57 +0300 Subject: [PATCH] Fix: Horizontal reply tree --- src/comp/comment.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/comp/comment.svelte b/src/comp/comment.svelte index 4a66e78..49633c2 100644 --- a/src/comp/comment.svelte +++ b/src/comp/comment.svelte @@ -75,11 +75,11 @@
- -
- {#each commentNode.children as reply} - - {/each} +
+ {#each commentNode.children as reply} + + {/each} +