From 7deed83dbb8835727c743662bee776794d460e74 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 27 Dec 2021 11:12:47 +0100 Subject: chore: display comments as a tree I was displaying comments without the parent/children link. Now, each child is displayed under its parent. I also remove the reply button for children to avoid too many child depth. --- src/components/Comment/Comment.module.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/Comment/Comment.module.scss') diff --git a/src/components/Comment/Comment.module.scss b/src/components/Comment/Comment.module.scss index 8f17bfa..46c0249 100644 --- a/src/components/Comment/Comment.module.scss +++ b/src/components/Comment/Comment.module.scss @@ -44,6 +44,10 @@ position: relative; } +.author { + text-align: center; +} + .date { color: var(--color-fg-secondary); font-size: var(--font-size-sm); -- cgit v1.2.3