From fb95fe2d48d33163698b800427a67ed8720ee81a Mon Sep 17 00:00:00 2001 From: djordje vlaisavljevic Date: Mon, 29 Nov 2021 19:15:38 +0100 Subject: [PATCH] Fixed Toggle card email view refs https://github.com/TryGhost/Team/issues/1209 --- core/frontend/apps/amp/lib/views/amp.hbs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/frontend/apps/amp/lib/views/amp.hbs b/core/frontend/apps/amp/lib/views/amp.hbs index 1e16d0ca27..62798a8840 100644 --- a/core/frontend/apps/amp/lib/views/amp.hbs +++ b/core/frontend/apps/amp/lib/views/amp.hbs @@ -457,6 +457,14 @@ margin: 0 .5em; } + .kg-toggle-card-icon { + display: none; + } + + .kg-toggle-content { + margin-top: 0.8rem; + } + .kg-nft-card-container { position: relative; display: flex;