From cac9cc7ed4b454cd0df5c3ad08412a5d62f7fe3d Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 5 Jan 2022 15:07:30 +0100 Subject: [PATCH] Changed base modal width --- ghost/portal/src/App.js | 2 +- ghost/portal/src/components/Frame.styles.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/portal/src/App.js b/ghost/portal/src/App.js index 3bd324c3b1..0386b28b10 100644 --- a/ghost/portal/src/App.js +++ b/ghost/portal/src/App.js @@ -19,7 +19,7 @@ const DEV_MODE_DATA = { showPopup: true, site: Fixtures.site, member: Fixtures.member.paid, - page: 'accountHome', + page: 'offer', pageData: Fixtures.offer }; diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index 186b632e06..73d3e3a5fc 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -250,7 +250,7 @@ const FrameStyles = ` letter-spacing: 0; text-rendering: optimizeLegibility; background: var(--white); - width: 440px; + width: 420px; margin: 0 auto; border-radius: 5px; box-shadow: 0 3.8px 2.2px rgba(0, 0, 0, 0.028), 0 9.2px 5.3px rgba(0, 0, 0, 0.04), 0 17.3px 10px rgba(0, 0, 0, 0.05), 0 30.8px 17.9px rgba(0, 0, 0, 0.06), 0 57.7px 33.4px rgba(0, 0, 0, 0.072), 0 138px 80px rgba(0, 0, 0, 0.1);