diff --git a/ghost/admin/app/components/posts/debug.hbs b/ghost/admin/app/components/posts/debug.hbs index 5decdf08af..1413b4245e 100644 --- a/ghost/admin/app/components/posts/debug.hbs +++ b/ghost/admin/app/components/posts/debug.hbs @@ -100,7 +100,7 @@ {{/unless}} - {{!-- +
@@ -124,7 +124,11 @@ Failure code: 402 Enhanced code: 4.2.2
- 4.2.2 The email account that you tried to reach is over quota. Please direct\n4.2.2 the recipient to\n4.2.2 https://support.google.com/mail/?p=OverQuotaTemp bb1-20020a05622a1b0100b0039ce87e3d49si1009300qtb.292 - gsmtp +
+ + + 4.2.2 The email account that you tried to reach is over quota. Please direct\n4.2.2 the recipient to\n4.2.2 https://support.google.com/mail/?p=OverQuotaTemp bb1-20020a05622a1b0100b0039ce87e3d49si1009300qtb.292 - gsmtp +
@@ -153,40 +157,15 @@ Failure code: 402 Enhanced code: 4.2.2 - 4.2.2 The email account that you tried to reach is over quota. Please direct\n4.2.2 the recipient to\n - gsmtp +
+ + + 4.2.2 The email account that you tried to reach is over quota. Please direct\n4.2.2 the recipient to\n4.2.2 https://support.google.com/mail/?p=OverQuotaTemp bb1-20020a05622a1b0100b0039ce87e3d49si1009300qtb.292 - gsmtp +
- -
-
-
-
- PD -
- {{#if this.avatarImage}} - {{or @member.name @member.email}} - {{/if}} -
-
-

Permanent Dude

-

dude@whofails.com

-
-
-
-
-
-
-
- Failure code: 402 - Enhanced code: 4.2.2 -
- 4.2.2 The email account that you tried to reach is over quota. Please direct\n4.2.2 the recipient to\n4.2.2 https://support.google.com/mail/?p=OverQuotaTemp bb1-20020a05622a1b0100b0039ce87e3d49si1009300qtb.292 - gsmtp -
-
-
- --}} @@ -239,35 +218,6 @@ {{/unless}} - {{!-- -
-
-
-
- TD -
- {{#if this.avatarImage}} - {{or @member.name @member.email}} - {{/if}} -
-
-

Temporary Dude

-

dude@whofails.com

-
-
-
-
-
-
-
- Failure code: 402 - Enhanced code: 4.2.2 -
- 4.2.2 The email account that you tried to reach is over quota. Please direct\n4.2.2 the recipient to\n4.2.2 https://support.google.com/mail/?p=OverQuotaTemp bb1-20020a05622a1b0100b0039ce87e3d49si1009300qtb.292 - gsmtp -
-
-
-
@@ -292,11 +242,48 @@ Failure code: 402 Enhanced code: 4.2.2
- 4.2.2 The email account that you tried to reach is over quota. Please direct\n4.2.2 the recipient to\n4.2.2 https://support.google.com/mail/?p=OverQuotaTemp bb1-20020a05622a1b0100b0039ce87e3d49si1009300qtb.292 - gsmtp +
+ + + 4.2.2 The email account that you tried to reach is over quota. Please direct\n4.2.2 the recipient to\n4.2.2 https://support.google.com/mail/?p=OverQuotaTemp bb1-20020a05622a1b0100b0039ce87e3d49si1009300qtb.292 - gsmtp +
- --}} + + +
+
+
+
+ TD +
+ {{#if this.avatarImage}} + {{or @member.name @member.email}} + {{/if}} +
+
+

Teporary Dude

+

dude@whofails.com

+
+
+
+
+
+
+
+ Failure code: 402 + Enhanced code: 4.2.2 +
+
+ + + 4.2.2 The email account that you tried to reach is over quota. Please direct\n4.2.2 the recipient to\n4.2.2 https://support.google.com/mail/?p=OverQuotaTemp bb1-20020a05622a1b0100b0039ce87e3d49si1009300qtb.292 - gsmtp +
+
+
+
+ diff --git a/ghost/admin/app/styles/layouts/settings.css b/ghost/admin/app/styles/layouts/settings.css index 4cdf99d2ce..7cf07f0e99 100644 --- a/ghost/admin/app/styles/layouts/settings.css +++ b/ghost/admin/app/styles/layouts/settings.css @@ -3290,6 +3290,11 @@ p.theme-validation-details { height: 98px; } +.gh-email-debug-permanent-failures .gh-list-data, +.gh-email-debug-temporary-failures .gh-list-data { + height: 80px; +} + .gh-email-debug-batch-col-status span { display: inline-block; position: relative; @@ -3419,4 +3424,56 @@ p.theme-validation-details { text-align: center; font-size: 1.3rem; color: var(--midgrey); +} + +.gh-email-debug-readmore-error { + display: inline-flex; +} + +.gh-email-debug-readmore-error label { + order: 3; +} + +.gh-email-debug-readmore-error .toggle-checkbox { + display: none; +} + +.gh-email-debug-readmore-error span { + max-width: calc(100%-100px); + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; + overflow: hidden; + color: color-mod(var(--red) l(-8%)); +} + +.gh-email-debug-readmore-error .toggle-checkbox:checked ~ span { + display: block; + -webkit-box-orient: unset; + -webkit-line-clamp: unset; + overflow: unset; +} + +.gh-email-debug-readmore-error .toggle-checkbox:checked ~ label { + display: none; +} + +.gh-email-debug-readmore-error svg { + width: 12px; + height: 12px; + margin: 0; +} + +.gh-email-debug-readmore-error svg circle { + fill: var(--midgrey); +} + +.gh-email-debug-readmore-error label { + display: flex; + align-items: center; + padding: 0 4px; + border-radius: 2px; + height: 14px; + margin-top: 3px; + background: var(--whitegrey); } \ No newline at end of file