diff --git a/ghost/admin/app/components/gh-post-bookmark.hbs b/ghost/admin/app/components/gh-post-bookmark.hbs index 0c178d2c44..53da27ac82 100644 --- a/ghost/admin/app/components/gh-post-bookmark.hbs +++ b/ghost/admin/app/components/gh-post-bookmark.hbs @@ -6,17 +6,17 @@ {{/if}} - {{/let}} -
-
{{@post.title}}
-
{{@post.excerpt}}
-
- {{#if (get-setting "icon")}} -
- {{/if}} -
{{get-setting "title"}}
-
{{post-author-names @post}}
+
+
{{@post.title}}
+
{{@post.excerpt}}
+
+ {{#if (get-setting "icon")}} +
+ {{/if}} +
{{get-setting "title"}}
+
{{post-author-names @post}}
+
-
+ {{/let}}
\ No newline at end of file diff --git a/ghost/admin/app/styles/components/publishmenu.css b/ghost/admin/app/styles/components/publishmenu.css index 3f34b2f0f4..a2b52fa3e7 100644 --- a/ghost/admin/app/styles/components/publishmenu.css +++ b/ghost/admin/app/styles/components/publishmenu.css @@ -752,7 +752,7 @@ .gh-post-bookmark { display: grid; - grid-template-columns: auto auto; + grid-template-columns: 1fr minmax(0, 2fr); width: 100%; max-width: 640px; margin-top: 1.6rem; @@ -780,7 +780,6 @@ .gh-post-bookmark-image img { width: 100%; - max-width: 222px; height: 100%; max-height: 152px; object-fit: cover; @@ -795,6 +794,10 @@ overflow: hidden; } +.gh-post-bookmark-content.no-image { + grid-column: span 2; +} + .gh-post-bookmark-title { display: -webkit-box; margin-bottom: .4rem;