summaryrefslogtreecommitdiffstats
path: root/src/components/Comment/Comment.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-27 11:12:47 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-27 11:12:47 +0100
commit7deed83dbb8835727c743662bee776794d460e74 (patch)
treedb66e3840c42c9c9a6964041d862a9d784ec4410 /src/components/Comment/Comment.module.scss
parentef7912256cb4765d553b002c24b9752c2d5096ac (diff)
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.
Diffstat (limited to 'src/components/Comment/Comment.module.scss')
-rw-r--r--src/components/Comment/Comment.module.scss4
1 files changed, 4 insertions, 0 deletions
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);