diff --git a/ghost/admin/app/components/gh-launch-wizard/connect-stripe.hbs b/ghost/admin/app/components/gh-launch-wizard/connect-stripe.hbs
index 06d5c04203..843c254008 100644
--- a/ghost/admin/app/components/gh-launch-wizard/connect-stripe.hbs
+++ b/ghost/admin/app/components/gh-launch-wizard/connect-stripe.hbs
@@ -7,8 +7,7 @@
{{svg-jar "stripe-verified-partner-badge" class="gh-members-stripe-badge"}}
- Stripe is our exclusive direct payments partner.
- Ghost collects
no fees on any payments! If you don’t have a Stripe account yet, you can
sign up here .
+ Stripe is our exclusive direct payments partner. Ghost collects
no fees on any payments! If you don’t have a Stripe account yet, you can
sign up here .
@@ -71,7 +70,7 @@
Connect with Stripe
-
{{if this.stripeConnectTestMode "Using" "Use"}} test mode
+
Test mode
diff --git a/ghost/admin/app/styles/layouts/fullscreen-wizard.css b/ghost/admin/app/styles/layouts/fullscreen-wizard.css
index 84a5aa0dbe..d9fe81fa8b 100644
--- a/ghost/admin/app/styles/layouts/fullscreen-wizard.css
+++ b/ghost/admin/app/styles/layouts/fullscreen-wizard.css
@@ -18,6 +18,22 @@
text-transform: uppercase;
}
+.gh-launch-wizard-content-left {
+ flex-grow: 0;
+ flex-shrink: 0;
+ flex-basis: 25%;
+ min-width: 348px;
+ max-width: 400px;
+ margin: 40px 48px 0;
+}
+
+.gh-launch-wizard-content-right {
+ position: relative;
+ flex-grow: 1;
+ flex-basis: 100%;
+ margin: 40px 48px 56px 0;
+}
+
.gh-launch-wizard-preview {
box-shadow:
0 0 0 1px rgba(0,0,0,0.02),
@@ -34,8 +50,6 @@
display: flex;
flex-direction: column;
height: calc(100vh - 136px);
- min-width: 320px;
- margin: 40px 48px 0 0;
}
.gh-launch-wizard-settings-container .gh-setting-action-largeimg-delete,
diff --git a/ghost/admin/app/templates/launch.hbs b/ghost/admin/app/templates/launch.hbs
index 3f4ce9cf3e..fc67d0e041 100644
--- a/ghost/admin/app/templates/launch.hbs
+++ b/ghost/admin/app/templates/launch.hbs
@@ -1,5 +1,5 @@
-
+
{{this.currentStep.position}}
{{this.currentStep.title}}
@@ -10,7 +10,7 @@
-
+
{{component (concat "gh-launch-wizard/" this.step)
nextStep=this.goNextStep
backStep=this.goBackStep
@@ -20,7 +20,7 @@
}}
-