diff options
author | Marco <marcoambrosini@icloud.com> | 2023-11-15 14:49:09 +0900 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2023-11-22 14:35:10 +0100 |
commit | eefbf6d2dea6b9391cf58fb983472d9509b76b5c (patch) | |
tree | e42943532e24f617cb0ef6d3c0f54afd100eb373 /apps/comments | |
parent | cd26b919e45f2be82744c63d6b9ec75d4c16bde1 (diff) | |
download | nextcloud-server-eefbf6d2dea6b9391cf58fb983472d9509b76b5c.tar.gz nextcloud-server-eefbf6d2dea6b9391cf58fb983472d9509b76b5c.zip |
Verticaly align comment avatar
Signed-off-by: Marco <marcoambrosini@icloud.com>
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/src/components/Comment.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/src/components/Comment.vue b/apps/comments/src/components/Comment.vue index a5b72efb74b..af123c36d20 100644 --- a/apps/comments/src/components/Comment.vue +++ b/apps/comments/src/components/Comment.vue @@ -288,7 +288,7 @@ $comment-padding: 10px; &__side { display: flex; align-items: flex-start; - padding-top: 16px; + padding-top: 6px; } &__body { |