mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed email paywall styling bug on mobile (#18818)
Closes https://github.com/TryGhost/Product/issues/4089
This commit is contained in:
parent
541a1fae5e
commit
a38461a00d
5 changed files with 55 additions and 30 deletions
|
@ -381,7 +381,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -735,7 +736,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": "23925",
|
||||
"content-length": "23946",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
|
||||
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
|
||||
|
@ -1030,7 +1031,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -1404,7 +1406,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": "28736",
|
||||
"content-length": "28757",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
|
||||
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
|
||||
|
@ -1730,7 +1732,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -2091,7 +2094,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": "23679",
|
||||
"content-length": "23700",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
|
||||
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
|
||||
|
@ -2746,7 +2749,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -3117,7 +3121,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": "24171",
|
||||
"content-length": "24192",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
|
||||
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
|
||||
|
@ -3798,7 +3802,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -4169,7 +4174,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": "24171",
|
||||
"content-length": "24192",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
|
||||
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
|
||||
|
|
|
@ -274,7 +274,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -898,7 +899,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -1508,7 +1510,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -2118,7 +2121,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -2728,7 +2732,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -3286,7 +3291,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -3896,7 +3902,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -4606,7 +4613,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -5272,7 +5280,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -6027,7 +6036,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -6692,7 +6702,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -7357,7 +7368,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -8022,7 +8034,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -8687,7 +8700,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -9352,7 +9366,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -9964,7 +9979,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
|
|
@ -274,7 +274,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
@ -884,7 +885,8 @@ table.body .manage-subscription {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
|
|
@ -1474,7 +1474,8 @@ a[data-flickr-embed] img {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
|
|
@ -1556,7 +1556,8 @@ a[data-flickr-embed] img {
|
|||
line-height: 1.3em !important;
|
||||
}
|
||||
|
||||
table.body h2 {
|
||||
table.body h2,
|
||||
table.body h2 span {
|
||||
font-size: 26px !important;
|
||||
line-height: 1.22em !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue