aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/comments-list/comments-list.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-11-09 17:18:46 +0100
committerArmand Philippot <git@armandphilippot.com>2023-11-11 18:15:27 +0100
commitf699802b837d7d9fcf150ff2bf00cd3c5475c87a (patch)
tree6c96a140193e7386b454b6d444058a99a0e07454 /src/components/organisms/comments-list/comments-list.module.scss
parentbd9c9ae7e2ae973969569dd434836de9f38b07d4 (diff)
refactor(components): rewrite CommentsList component
* use ApprovedCommentProps to make CommentData type * add the author name of the parent on reply form heading * add tests
Diffstat (limited to 'src/components/organisms/comments-list/comments-list.module.scss')
-rw-r--r--src/components/organisms/comments-list/comments-list.module.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/organisms/comments-list/comments-list.module.scss b/src/components/organisms/comments-list/comments-list.module.scss
new file mode 100644
index 0000000..e690250
--- /dev/null
+++ b/src/components/organisms/comments-list/comments-list.module.scss
@@ -0,0 +1,3 @@
+.reply {
+ margin-top: var(--spacing-sm);
+}