Updated email spacing for when post title is hidden

Refs https://github.com/TryGhost/Team/issues/2699
This commit is contained in:
Sanne de Vries 2023-03-15 12:27:03 +01:00
parent f9cb4bcaaf
commit 4284292736
3 changed files with 11 additions and 3 deletions

View File

@ -2140,7 +2140,11 @@ p.gh-members-import-errordetail:first-of-type {
}
.gh-members-emailpreview-content:first-child {
margin-top: 48px;
margin-top: 40px;
}
.gh-members-emailpreview-header-image + .gh-members-emailpreview-content {
margin-top: 40px;
}
.gh-members-emailpreview-content p {

View File

@ -382,6 +382,10 @@ figure blockquote p {
color: #15212A;
}
.feature-image-row:first-child > td {
padding-top: 16px;
}
.feature-image {
padding-bottom: 30px;
width: 100%;
@ -419,7 +423,7 @@ figure blockquote p {
}
.post-content-row:first-child > td, .header-image-row + .post-content-row > td {
padding-top: 20px;
padding-top: 40px;
}
.post-content a,

View File

@ -91,7 +91,7 @@
{{/if}}
{{#if showFeatureImage }}
<tr>
<tr class="feature-image-row">
<td class="feature-image
{{#if post.feature_image_caption }}
feature-image-with-caption