From 9936dd19ae9b0949b033ceeff1f6d54ede4919ce Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Thu, 24 Sep 2020 12:33:45 +0200 Subject: [PATCH] Refined heading position and spacing --- ghost/portal/src/components/Frame.styles.js | 6 +++--- ghost/portal/src/components/common/BackButton.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index 6601a23fcd..0060c2f18c 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -277,7 +277,7 @@ const FrameStyles = ` .gh-portal-content { position: relative; overflow-y: scroll; - padding: 28px 32px 32px; + padding: 24px 32px 32px; max-height: calc(100vh - 12vw); } @@ -318,8 +318,8 @@ const FrameStyles = ` .gh-portal-closeicon-container { position: absolute; - top: 18px; - right: 20px; + top: 14px; + right: 14px; z-index: 999; } diff --git a/ghost/portal/src/components/common/BackButton.js b/ghost/portal/src/components/common/BackButton.js index 202398aa79..a461cbb66a 100644 --- a/ghost/portal/src/components/common/BackButton.js +++ b/ghost/portal/src/components/common/BackButton.js @@ -9,8 +9,8 @@ export const BackButtonStyles = ` height: unset; min-width: unset; position: absolute; - top: -3px; - left: -12px; + top: -2px; + left: -16px; background: none; padding: 8px; margin: 0;