From c56be7cd2a8003ab038c22087d85bada86bc7b9e Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Thu, 20 May 2021 18:36:34 +0200 Subject: [PATCH] Fixed stripe connect modal UI while saving --- ghost/admin/app/components/modal-stripe-connect.hbs | 2 -- ghost/admin/app/styles/layouts/settings.css | 8 ++++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/components/modal-stripe-connect.hbs b/ghost/admin/app/components/modal-stripe-connect.hbs index eaa3816469..3ad2b2cce3 100644 --- a/ghost/admin/app/components/modal-stripe-connect.hbs +++ b/ghost/admin/app/components/modal-stripe-connect.hbs @@ -1,8 +1,6 @@ -{{#unless this.settings.stripeConnectAccountId}} -{{/unless}} diff --git a/ghost/admin/app/styles/layouts/settings.css b/ghost/admin/app/styles/layouts/settings.css index c7bff8f760..5318388d07 100644 --- a/ghost/admin/app/styles/layouts/settings.css +++ b/ghost/admin/app/styles/layouts/settings.css @@ -1686,6 +1686,14 @@ p.theme-validation-details { margin-bottom: -20px; } +.fullscreen-modal-stripe-connect:not(.fullscreen-modal-stripe-connected) .modal-footer .gh-btn { + display: none; +} + +.fullscreen-modal-stripe-connect.fullscreen-modal-stripe-connected .modal-header { + display: none; +} + .gh-members-stripe-info-header { display: flex; justify-content: space-between;