From 5ff512256f2b9713b3a945bea1e169b3f736ed03 Mon Sep 17 00:00:00 2001 From: James Morris Date: Thu, 4 Aug 2022 09:29:19 +0100 Subject: [PATCH] Fixed up some email template problems on mobile for comments - Swapped out some tables for divs for more reliable sizing - Changes should help avatars on mobile refs https://github.com/TryGhost/Team/issues/1742 --- .../comments/email-templates/new-comment-reply.hbs | 12 +++++------- .../comments/email-templates/new-comment.hbs | 12 +++++------- .../services/comments/email-templates/report.hbs | 12 +++++------- 3 files changed, 15 insertions(+), 21 deletions(-) diff --git a/ghost/core/core/server/services/comments/email-templates/new-comment-reply.hbs b/ghost/core/core/server/services/comments/email-templates/new-comment-reply.hbs index 1ffe1546a8..c3866d83d3 100644 --- a/ghost/core/core/server/services/comments/email-templates/new-comment-reply.hbs +++ b/ghost/core/core/server/services/comments/email-templates/new-comment-reply.hbs @@ -118,18 +118,16 @@

Hey there,

Someone just replied to your comment on {{postTitle}}.

- +
-
- - - - -
{{memberInitials}}
+
+
+ {{memberInitials}} +

{{memberName}}

diff --git a/ghost/core/core/server/services/comments/email-templates/new-comment.hbs b/ghost/core/core/server/services/comments/email-templates/new-comment.hbs index 5340bf1f86..fdeb048b9c 100644 --- a/ghost/core/core/server/services/comments/email-templates/new-comment.hbs +++ b/ghost/core/core/server/services/comments/email-templates/new-comment.hbs @@ -118,18 +118,16 @@

Hey there,

Someone just left a comment on your post {{postTitle}}.

- +
-
- - - - -
{{memberInitials}}
+
+
+ {{memberInitials}} +

{{memberName}}

diff --git a/ghost/core/core/server/services/comments/email-templates/report.hbs b/ghost/core/core/server/services/comments/email-templates/report.hbs index a14c82269b..a03ae138e7 100644 --- a/ghost/core/core/server/services/comments/email-templates/report.hbs +++ b/ghost/core/core/server/services/comments/email-templates/report.hbs @@ -118,18 +118,16 @@

Hey there,

{{reporter}} has reported the comment below on {{postTitle}}. This comment will remain visible until you choose to remove it, which can be done directly on the post.

- +
-
- - - - -
{{memberInitials}}
+
+
+ {{memberInitials}} +

{{memberName}}