diff --git a/ghost/admin/app/components/editor/modals/publish-flow/complete.hbs b/ghost/admin/app/components/editor/modals/publish-flow/complete.hbs index d08e673650..a68a2c98b3 100644 --- a/ghost/admin/app/components/editor/modals/publish-flow/complete.hbs +++ b/ghost/admin/app/components/editor/modals/publish-flow/complete.hbs @@ -96,6 +96,28 @@

{{else}} +
+

Hey, noticed anything different?

+

This post was successfully published using our new editor. Have any issues? Feedback? Let us know!

+
+ + {{!-- --}} + + +
+ +

- {{#if (feature 'lexicalEditor')}} + {{!-- {{#if (feature 'lexicalEditor')}} - {{/if}} + {{/if}} --}}

{{/if}} {{/if}} diff --git a/ghost/admin/app/styles/components/publishmenu.css b/ghost/admin/app/styles/components/publishmenu.css index 9f54fdf851..ba9c41fe4e 100644 --- a/ghost/admin/app/styles/components/publishmenu.css +++ b/ghost/admin/app/styles/components/publishmenu.css @@ -737,6 +737,28 @@ justify-content: space-between; } +.gh-feedback-grey { + background: var(--main-color-content-greybg); + padding: 24px; + border-radius: 3px; + margin-bottom: 2.4rem; +} + +.gh-post-bookmark-wrapper + .gh-feedback-grey { + margin-bottom: 2.4rem; +} + +.gh-feedback-grey .gh-feedback-grey-title { + font-size: 1.8rem; +} + +.gh-feedback-grey p { + font-size: 1.4rem; + color: var(--midgrey); + max-width: 30em; + margin-bottom: 0.8rem; +} + .gh-publish-confirmation-feedback { color: var(--green); font-size: 1.6rem;