From 3587052487f2521c365dbad34aeb070819ca09ac Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Tue, 8 Mar 2022 11:34:49 +0100 Subject: [PATCH] Updated preview styles --- ghost/portal/src/components/Frame.styles.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index 84b897cc74..56b0e00adc 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -344,6 +344,7 @@ const FrameStyles = ` 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07); animation: none; + margin-bottom: 0; } /* Sets the main content area of the popup scrollable. @@ -683,6 +684,7 @@ const MobileStyles = ` padding-top: 32px; } + .gh-portal-popup-wrapper.preview .gh-portal-powered, .gh-portal-popup-wrapper.preview .gh-portal-powered a { display: none !important; }