From 2941065eb75b8f8b387ebb33cbe7f51dc83fac12 Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Thu, 19 May 2022 13:39:40 +0200 Subject: [PATCH] Added back button to completed publishing flow No ref --- .../editor-labs/modals/publish-flow/complete.hbs | 10 ++++++++++ ghost/admin/app/styles/components/publishmenu.css | 9 ++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/components/editor-labs/modals/publish-flow/complete.hbs b/ghost/admin/app/components/editor-labs/modals/publish-flow/complete.hbs index 17518e3e1b..f62acd8e2b 100644 --- a/ghost/admin/app/components/editor-labs/modals/publish-flow/complete.hbs +++ b/ghost/admin/app/components/editor-labs/modals/publish-flow/complete.hbs @@ -94,6 +94,16 @@ Unschedule and revert to draft →

+ {{else}} +

+ +

{{/if}} {{/if}} diff --git a/ghost/admin/app/styles/components/publishmenu.css b/ghost/admin/app/styles/components/publishmenu.css index db49c43b4c..67ff1f7608 100644 --- a/ghost/admin/app/styles/components/publishmenu.css +++ b/ghost/admin/app/styles/components/publishmenu.css @@ -694,7 +694,7 @@ } .gh-publish-confirmation { - margin-bottom: 7rem; + margin-bottom: 5rem; color: var(--black); font-size: 1.8rem; font-weight: 400; @@ -714,6 +714,13 @@ font-weight: 500; } +.gh-back-to-editor { + color: var(--midgrey); + font-size: 1.6rem; + font-weight: 400; + letter-spacing: .4px; +} + .gh-post-bookmark-wrapper { margin-bottom: 4rem; }