From 590e2481ceeb0faa1b98c705a32b01269846dc4a Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 15 Nov 2023 14:49:09 +0900 Subject: [PATCH] Verticaly align comment avatar Signed-off-by: Marco --- apps/comments/src/components/Comment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments/src/components/Comment.vue b/apps/comments/src/components/Comment.vue index e8ae9a88e771d..b85ceb029e040 100644 --- a/apps/comments/src/components/Comment.vue +++ b/apps/comments/src/components/Comment.vue @@ -285,7 +285,7 @@ $comment-padding: 10px; &__side { display: flex; align-items: flex-start; - padding-top: 16px; + padding-top: 6px; } &__body {