mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed video embed card fallback display across gmail apps
refs https://github.com/TryGhost/Ghost/issues/11756 - bumped kg-default-cards package to generate fixed html for video embed fallbacks
This commit is contained in:
parent
f8c1d5b0e6
commit
28b24d2095
3 changed files with 9 additions and 9 deletions
|
@ -486,14 +486,14 @@ figure blockquote p {
|
|||
background-color: rgba(0,0,0,0.85);
|
||||
}
|
||||
.kg-video-play-button div {
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
margin: 0 auto;
|
||||
line-height: 0px; /* fix for Yahoo Mail */
|
||||
border-color: transparent transparent transparent white;
|
||||
border-style: solid;
|
||||
border-width: 0.8em 0 0.8em 1.5em;
|
||||
display: block;
|
||||
height: 0;
|
||||
Margin: 0 auto;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"@tryghost/image-transform": "0.2.1",
|
||||
"@tryghost/kg-card-factory": "1.0.3",
|
||||
"@tryghost/kg-default-atoms": "1.0.0",
|
||||
"@tryghost/kg-default-cards": "1.2.1",
|
||||
"@tryghost/kg-default-cards": "1.2.2",
|
||||
"@tryghost/kg-markdown-html-renderer": "1.0.4",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "2.0.1",
|
||||
"@tryghost/members-api": "0.18.3",
|
||||
|
|
|
@ -403,10 +403,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-atoms/-/kg-default-atoms-1.0.0.tgz#d423a0f19a6989051bd6bbc9c8f104c88bd5c738"
|
||||
integrity sha512-f6a8zIoL2w7aeZbeBj+0UPvFzE1Dd/zf3RGO+L4j/Kb4Z/yqOtoBWQun6I2H37XXoaqiiQc6Z3eW+L4iYSw1Ow==
|
||||
|
||||
"@tryghost/kg-default-cards@1.2.1":
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-1.2.1.tgz#336b11d2021f8327d636c706cbc707f4b55db21f"
|
||||
integrity sha512-vxdSY6webAHiy99oDlxxglc+2tXl84/qu6S1Yl1yXn3AYTTsKO1EtTrdHEGf6cRqAxiPNyKaosVc8iP1w3phJQ==
|
||||
"@tryghost/kg-default-cards@1.2.2":
|
||||
version "1.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-1.2.2.tgz#711c72b37abbe796ad7d1969dd44ce4dfdb8defc"
|
||||
integrity sha512-jC+zhwhKVb38UAck53H0l+CeSIzBM+R4n4p1Djc1SD+YtPdGedB0pGIoJYk0VL4FIje0T1akWy2Yxbte93gxrQ==
|
||||
dependencies:
|
||||
"@tryghost/kg-markdown-html-renderer" "^1.0.4"
|
||||
"@tryghost/url-utils" "^0.6.14"
|
||||
|
|
Loading…
Add table
Reference in a new issue