mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Updated spacing in emails without post title
Refs https://github.com/TryGhost/Team/issues/2699
This commit is contained in:
parent
e0c3573079
commit
c4bbaf7c7b
@ -1981,15 +1981,15 @@ p.gh-members-import-errordetail:first-of-type {
|
||||
|
||||
.gh-members-emailpreview-header-image img {
|
||||
display: block;
|
||||
margin: 16px auto 0;
|
||||
margin: 24px auto 0;
|
||||
}
|
||||
|
||||
.gh-members-emailpreview-header-image + .gh-members-emailpreview-featureimage {
|
||||
margin-top: 16px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.gh-members-emailpreview-featureimage:first-child {
|
||||
margin-top: 16px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.gh-members-emailpreview-header {
|
||||
@ -2140,11 +2140,11 @@ p.gh-members-import-errordetail:first-of-type {
|
||||
}
|
||||
|
||||
.gh-members-emailpreview-content:first-child {
|
||||
margin-top: 40px;
|
||||
margin-top: 52px;
|
||||
}
|
||||
|
||||
.gh-members-emailpreview-header-image + .gh-members-emailpreview-content {
|
||||
margin-top: 40px;
|
||||
margin-top: 52px;
|
||||
}
|
||||
|
||||
.gh-members-emailpreview-content p {
|
||||
|
@ -280,7 +280,7 @@ figure blockquote p {
|
||||
}
|
||||
|
||||
.header-image {
|
||||
padding-top: 16px;
|
||||
padding-top: 24px;
|
||||
}
|
||||
|
||||
.site-icon {
|
||||
@ -383,7 +383,7 @@ figure blockquote p {
|
||||
}
|
||||
|
||||
.feature-image-row:first-child > td {
|
||||
padding-top: 16px;
|
||||
padding-top: 24px;
|
||||
}
|
||||
|
||||
.feature-image {
|
||||
@ -423,7 +423,7 @@ figure blockquote p {
|
||||
}
|
||||
|
||||
.post-content-row:first-child > td, .header-image-row + .post-content-row > td {
|
||||
padding-top: 40px;
|
||||
padding-top: 52px;
|
||||
}
|
||||
|
||||
.post-content a,
|
||||
|
Loading…
Reference in New Issue
Block a user