0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Updatet latest post section in email template

Refs https://github.com/TryGhost/Team/issues/2675
This commit is contained in:
Sanne de Vries 2023-03-23 13:16:48 +01:00
parent 56b407f1f4
commit 0455672832
6 changed files with 451 additions and 145 deletions

View file

@ -234,6 +234,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -270,6 +282,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -278,20 +291,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -484,10 +501,10 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 1970 </span>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/p/d52c42ae-2755-455c-80ec-70b2ec55c904/\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -684,7 +701,7 @@ exports[`Email Preview API Read can read post email preview with email card and
Object {
"access-control-allow-origin": "http://127.0.0.1:2369",
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
"content-length": "21445",
"content-length": "21891",
"content-type": "application/json; charset=utf-8",
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
@ -832,6 +849,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -868,6 +897,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -876,20 +906,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -1082,10 +1116,10 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 2015 </span>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/html-ipsum/\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -1302,7 +1336,7 @@ exports[`Email Preview API Read can read post email preview with fields 4: [head
Object {
"access-control-allow-origin": "http://127.0.0.1:2369",
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
"content-length": "26268",
"content-length": "26714",
"content-type": "application/json; charset=utf-8",
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
@ -1481,6 +1515,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -1517,6 +1563,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -1525,20 +1572,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -1731,10 +1782,10 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 1970 </span>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/p/d52c42ae-2755-455c-80ec-70b2ec55c904/\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -1938,7 +1989,7 @@ exports[`Email Preview API Read has custom content transformations for email com
Object {
"access-control-allow-origin": "http://127.0.0.1:2369",
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
"content-length": "21211",
"content-length": "21657",
"content-type": "application/json; charset=utf-8",
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
@ -2446,6 +2497,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -2482,6 +2545,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -2490,20 +2554,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -2701,10 +2769,10 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 1970 </span>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/p/d52c42ae-2755-455c-80ec-70b2ec55c904/\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -2913,7 +2981,7 @@ exports[`Email Preview API Read uses the newsletter provided through ?newsletter
Object {
"access-control-allow-origin": "http://127.0.0.1:2369",
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
"content-length": "21703",
"content-length": "22149",
"content-type": "application/json; charset=utf-8",
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
@ -3447,6 +3515,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -3483,6 +3563,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -3491,20 +3572,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -3702,10 +3787,10 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 1970 </span>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/p/d52c42ae-2755-455c-80ec-70b2ec55c904/\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -3914,7 +3999,7 @@ exports[`Email Preview API Read uses the posts newsletter by default 4: [headers
Object {
"access-control-allow-origin": "http://127.0.0.1:2369",
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
"content-length": "21703",
"content-length": "22149",
"content-type": "application/json; charset=utf-8",
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,

View file

@ -127,6 +127,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -163,6 +175,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -171,20 +184,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -382,10 +399,10 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 2023 </span>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/r/xxxxxx?m=member-uuid\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -705,6 +722,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -741,6 +770,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -749,20 +779,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -960,10 +994,10 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 2023 </span>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/email/post-uuid/\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -1269,6 +1303,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -1305,6 +1351,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -1313,20 +1360,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -1524,10 +1575,10 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 2023 </span>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/this-is-a-test-post-title-6/\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -1833,6 +1884,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -1869,6 +1932,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -1877,20 +1941,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -2088,10 +2156,10 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 2023 </span>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/this-is-a-test-post-title-7/\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -2397,6 +2465,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -2433,6 +2513,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -2441,20 +2522,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -2919,6 +3004,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -2955,6 +3052,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -2963,20 +3061,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -3174,10 +3276,10 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 2023 </span>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/r/xxxxxx?m=member-uuid\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -4557,6 +4659,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -4593,6 +4707,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -4601,20 +4716,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -4812,13 +4931,13 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 2023 </span>
<a href=\\"http://127.0.0.1:2369/this-is-a-test-post-title-4/#ghost-comments\\" class=\\"comment-link\\" valign=\\"middle\\" style=\\"text-decoration: none; color: #738a94; font-size: 13px; letter-spacing: 0.1px; overflow-wrap: anywhere;\\" target=\\"_blank\\">
&#x2022; <img src=\\"https://static.ghost.org/v5.0.0/images/comment-icon.png\\" border=\\"0\\" width=\\"16\\" height=\\"16\\" alt=\\"Comment\\" style=\\"border: none; -ms-interpolation-mode: bicubic; max-width: 100%; width: 16px; height: 16px; margin-bottom: 1px; vertical-align: middle;\\">
</a>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/this-is-a-test-post-title-4/\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -4858,7 +4977,7 @@ table.body figcaption a {
</a>
</td> </tr>
</table>
<table class=\\"feedback-buttons-mobile\\" role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; display: none; width: auto; margin: auto;\\">
<table class=\\"feedback-buttons-mobile\\" role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; display: none; mso-hide: all;\\" width=\\"100%\\">
<tr>
<td dir=\\"ltr\\" valign=\\"top\\" align=\\"center\\" style=\\"color: #15212A; vertical-align: top; font-family: inherit; font-size: 14px; text-align: center; padding: 0 4px 4px; cursor: pointer; width: 33%;\\" nowrap width=\\"33%\\">
<a href=\\"http://127.0.0.1:2369/this-is-a-test-post-title-4/#/feedback/post-id/1/?uuid=member-uuid\\" target=\\"_blank\\" style=\\"color: #FF1A75; text-decoration: none; overflow-wrap: anywhere;\\">
@ -5221,6 +5340,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -5257,6 +5388,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -5265,20 +5397,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -5476,13 +5612,13 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 2023 </span>
<a href=\\"http://127.0.0.1:2369/this-is-a-test-post-title-3/#ghost-comments\\" class=\\"comment-link\\" valign=\\"middle\\" style=\\"text-decoration: none; color: #738a94; font-size: 13px; letter-spacing: 0.1px; overflow-wrap: anywhere;\\" target=\\"_blank\\">
&#x2022; <img src=\\"https://static.ghost.org/v5.0.0/images/comment-icon.png\\" border=\\"0\\" width=\\"16\\" height=\\"16\\" alt=\\"Comment\\" style=\\"border: none; -ms-interpolation-mode: bicubic; max-width: 100%; width: 16px; height: 16px; margin-bottom: 1px; vertical-align: middle;\\">
</a>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/this-is-a-test-post-title-3/\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -5514,7 +5650,7 @@ table.body figcaption a {
</a>
</td> </tr>
</table>
<table class=\\"feedback-buttons-mobile\\" role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; display: none; width: auto; margin: auto;\\">
<table class=\\"feedback-buttons-mobile\\" role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; display: none; mso-hide: all;\\" width=\\"100%\\">
<tr>
<td dir=\\"ltr\\" valign=\\"top\\" align=\\"center\\" style=\\"color: #15212A; vertical-align: top; font-family: inherit; font-size: 14px; text-align: center; padding: 0 4px 4px; cursor: pointer; width: 33%;\\" nowrap width=\\"33%\\">
<a href=\\"http://127.0.0.1:2369/this-is-a-test-post-title-3/#ghost-comments\\" target=\\"_blank\\" style=\\"color: #FF1A75; text-decoration: none; overflow-wrap: anywhere;\\">
@ -6370,6 +6506,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -6406,6 +6554,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -6414,20 +6563,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -6625,10 +6778,10 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 2023 </span>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/this-is-a-test-post-title-8/\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -6991,6 +7144,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -7027,6 +7192,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -7035,20 +7201,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -7246,10 +7416,10 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 2023 </span>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/r/xxxxxx?m=member-uuid\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>
@ -7557,6 +7727,18 @@ table.body .view-online {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -7593,6 +7775,7 @@ table.body .footer a {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -7601,20 +7784,24 @@ table.body .footer a {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -7812,10 +7999,10 @@ table.body figcaption a {
<td style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; font-size: 18px; vertical-align: top; color: #15212A;\\" valign=\\"top\\">
<table role=\\"presentation\\" border=\\"0\\" cellpadding=\\"0\\" cellspacing=\\"0\\" width=\\"100%\\" style=\\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; padding-bottom: 48px;\\">
<tr>
<td class=\\"post-meta post-meta-center author-date\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center author-date\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; text-align: center; display: inline-block; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
By Joe Bloggs &#x2022; <span class=\\"post-meta-date\\" style=\\"white-space: nowrap;\\">1 Jan 2023 </span>
</td>
<td class=\\"post-meta post-meta-center view-online\\" align=\\"center\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-decoration: underline; width: 100%; text-align: center;\\" width=\\"100%\\" valign=\\"top\\">
<td class=\\"post-meta post-meta-center view-online\\" style=\\"font-family: -apple-system, BlinkMacSystemFont, &#39;Segoe UI&#39;, Roboto, Helvetica, Arial, sans-serif, &#39;Apple Color Emoji&#39;, &#39;Segoe UI Emoji&#39;, &#39;Segoe UI Symbol&#39;; vertical-align: top; color: #738a94; font-size: 13px; letter-spacing: 0.1px; display: inline-block; text-align: center; text-decoration: underline; width: 100%;\\" width=\\"100%\\" valign=\\"top\\" align=\\"center\\">
<a href=\\"http://127.0.0.1:2369/r/xxxxxx?m=member-uuid\\" class=\\"view-online-link\\" style=\\"text-decoration: none; word-wrap: none; white-space: nowrap; color: #738a94; overflow-wrap: anywhere;\\" target=\\"_blank\\">View in browser</a>
</td>
</tr>

View file

@ -758,7 +758,7 @@ class EmailRenderer {
const {href: featureImageMobile, width: featureImageMobileWidth, height: featureImageMobileHeight} = await this.limitImageWidth(latestPost.get('feature_image'), 600, 480);
latestPosts.push({
title: this.truncateText(latestPost.get('title'), 85),
title: this.truncateText(latestPost.get('title'), 90),
url: this.#getPostUrl(latestPost),
featureImage: featureImage ? {
src: featureImage,

View file

@ -2,23 +2,12 @@
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="latest-post">
<a href="{{url}}">
<a href="{{url}}" style="{{#if ../latestPostsHasImages}}{{#if featureImage}}height: 96px;{{else}}padding-bottom: 12px;{{/if}}{{/if}}">
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
<tr>
{{#if ../latestPostsHasImages}}
{{#if featureImage}}
<td width="140" class="latest-post-img"> {{!-- maximum width of image + 20px padding --}}
<img
src="{{featureImage.src}}"
{{#if featureImage.width }}
width="{{featureImage.width}}"
{{/if}}
{{#if featureImage.height }}
height="{{featureImage.height}}"
{{/if}}
/>
</td>
<td width="100%" class="latest-post-img-mobile">
<td class="latest-post-img-mobile">
<img
src="{{featureImageMobile.src}}"
{{#if featureImageMobile.width }}
@ -37,6 +26,21 @@
<p>{{excerpt}}</p>
{{/if}}
</td>
{{#if ../latestPostsHasImages}}
{{#if featureImage}}
<td width="120" class="latest-post-img">
<img
src="{{featureImage.src}}"
{{#if featureImage.width }}
width="{{featureImage.width}}"
{{/if}}
{{#if featureImage.height }}
height="{{featureImage.height}}"
{{/if}}
/>
</td>
{{/if}}
{{/if}}
</tr>
</table>
</a>

View file

@ -359,21 +359,23 @@ figure blockquote p {
color: #738a94;
font-size: 13px;
letter-spacing: 0.1px;
}
.post-meta-left {
text-align: left;
text-align: center;
display: inline-block;
width: 100% !important;
}
.view-online {
text-align: right;
text-align: center;
}
.post-meta-center,
.post-meta-center.view-online {
display: inline-block;
width: 100% !important;
text-align: center !important;
.post-meta-left {
display: table-cell;
text-align: left;
}
.post-meta-left.view-online {
display: table-cell;
text-align: right;
}
.post-meta-center.view-online {
@ -424,6 +426,10 @@ figure blockquote p {
color: #738a94;
}
/* -------------------------------------
FEEDBACK BUTTONS
------------------------------------- */
.feedback-buttons {
width: auto !important;
margin: auto;
@ -431,8 +437,7 @@ figure blockquote p {
.feedback-buttons-mobile {
display: none !important;
width: auto !important;
margin: auto !important;
mso-hide: all !important;
}
.feedback-button-mobile-text {
@ -442,6 +447,58 @@ figure blockquote p {
margin-bottom: 0;
}
/* -------------------------------------
LATEST POSTS TABLE
------------------------------------- */
.latest-post {
padding: 8px 0;
}
.latest-post a {
display: block;
overflow: hidden;
color: inherit;
text-decoration: none;
}
.latest-post-img img,
.latest-post-img-mobile img {
object-fit: cover;
}
.latest-post-img-mobile {
display: none;
}
.latest-post-img-mobile img {
width: 100% !important;
height: auto !important; /* Make sure CSS ignores the height that is defined in HTML, but keep the aspect ratio from the width/height in HTML */
}
.latest-post-title {
padding-right: 12px;
}
.latest-post p {
margin: 0;
padding: 0;
color: #738a94;
font-size: 14px;
font-weight: 400;
}
.latest-post h4 {
margin: 0;
padding: 12px 0 4px;
font-size: 18px;
font-weight: 700;
}
/* -------------------------------------
SUBSCRIPTION DETAILS BOX
------------------------------------- */
.subscription-box {
padding: 24px;
background: #F4F5F6;
@ -1077,6 +1134,18 @@ a[data-flickr-embed] img {
display: inline-block;
}
table.body .post-meta-left {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta-left.view-online {
display: inline-block !important;
width: 100% !important;
text-align: left !important;
}
table.body .post-meta.author-date {
width: 100%;
}
@ -1114,6 +1183,7 @@ a[data-flickr-embed] img {
table.body .latest-post a {
height: auto !important;
padding: 0 !important;
}
table.body .latest-post-img {
@ -1122,20 +1192,24 @@ a[data-flickr-embed] img {
table.body .latest-post-img-mobile {
display: inline-block !important;
width: 100%;
}
table.body .latest-post-title {
display: inline-block !important;
width: 100%;
padding-right: 0 !important;
padding-bottom: 8px !important;
}
table.body .latest-post h4 {
padding: 4px 0 0;
font-size: 18px !important;
padding: 4px 0 !important;
font-size: 16px !important;
}
table.body .latest-post p {
font-size: 13px !important;
line-height: 1.25em;
}
table.body .subscription-box {
@ -1300,49 +1374,4 @@ a[data-flickr-embed] img {
}
{{/if}}
/* -------------------------------------
LATEST POSTS TABLE
------------------------------------- */
.latest-post {
padding: 8px 0;
}
.latest-post-img img,
.latest-post-img-mobile img {
object-fit: cover;
}
.latest-post-img-mobile {
display: none;
}
.latest-post-img-mobile img {
width: 100% !important;
height: auto !important; /* Make sure CSS ignores the height that is defined in HTML, but keep the aspect ratio from the width/height in HTML */
}
.latest-post p {
margin: 0;
padding: 0;
color: #738a94;
font-size: 14px;
font-weight: 400;
}
.latest-post h4 {
margin: 0;
padding: 12px 0 4px;
font-size: 19px;
font-weight: 700;
}
.latest-post a {
display: block;
height: 96px;
overflow: hidden;
color: inherit;
text-decoration: none;
}
</style>

View file

@ -81,7 +81,7 @@
<td>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="padding-bottom: 48px;">
<tr>
<td class="{{classes.meta}} author-date" align="left">
<td class="{{classes.meta}} author-date">
By {{post.authors}} • <span class="post-meta-date">{{post.publishedAt}} </span>
{{#if newsletter.showCommentCta}}
<a href="{{post.commentUrl}}" class="comment-link" valign="middle">
@ -89,7 +89,7 @@
</a>
{{/if}}
</td>
<td class="{{classes.meta}} view-online" align="right">
<td class="{{classes.meta}} view-online">
<a href="{{post.url}}" class="view-online-link">View in browser</a>
</td>
</tr>
@ -151,7 +151,7 @@
{{/if}}
</tr>
</table>
<table class="feedback-buttons-mobile" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
<table class="feedback-buttons-mobile" role="presentation" border="0" cellpadding="0" cellspacing="0">
<tr>
{{#if feedbackButtons }}
{{> feedbackButtonMobile feedbackButtons href=feedbackButtons.likeHref buttonText='More like this' iconUrl="https://static.ghost.org/v5.0.0/images/more-like-this-mobile.png" width="42" height="42" }}
@ -169,6 +169,7 @@
{{#if latestPosts.length}}
<tr>
<td style="padding: 24px 0;{{#unless newsletter.showSubscriptionDetails}} border-bottom: 1px solid #e5eff5;{{/unless}}">
<h3 style="margin: 0.3em 0; color: #15212A;">Keep reading</h3>
{{> latestPosts}}
</td>
</tr>