diff --git a/apps/comments/src/app/comments/comments.component.css b/apps/comments/src/app/comments/comments.component.css index 2204338..727c542 100644 --- a/apps/comments/src/app/comments/comments.component.css +++ b/apps/comments/src/app/comments/comments.component.css @@ -10,6 +10,14 @@ font-weight: 500; } +.mat-column-commenter_display_name img { + vertical-align: middle; +} + +.mat-column-commenter_display_name span.commenter { + vertical-align: middle; +} + .spacer { flex: 1 1 auto; } diff --git a/apps/comments/src/app/comments/comments.component.html b/apps/comments/src/app/comments/comments.component.html index bed1c0e..826d7cd 100644 --- a/apps/comments/src/app/comments/comments.component.html +++ b/apps/comments/src/app/comments/comments.component.html @@ -46,13 +46,14 @@ + {{token.title}} - + {{comment.commenter_display_name}}