From f0a5c32411b4e3769509427f71c516dec73b6c53 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Fri, 19 Nov 2021 11:59:40 +0100 Subject: [PATCH] Updated NFT card markup --- core/frontend/apps/amp/lib/views/amp.hbs | 2 +- core/frontend/src/cards/css/nft.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/frontend/apps/amp/lib/views/amp.hbs b/core/frontend/apps/amp/lib/views/amp.hbs index 77c553bfd1..1e16d0ca27 100644 --- a/core/frontend/apps/amp/lib/views/amp.hbs +++ b/core/frontend/apps/amp/lib/views/amp.hbs @@ -457,7 +457,7 @@ margin: 0 .5em; } - .kg-nft-card a { + .kg-nft-card-container { position: relative; display: flex; flex: auto; diff --git a/core/frontend/src/cards/css/nft.css b/core/frontend/src/cards/css/nft.css index 7018871054..e8d578e19f 100644 --- a/core/frontend/src/cards/css/nft.css +++ b/core/frontend/src/cards/css/nft.css @@ -5,7 +5,7 @@ width: 100%; } -.kg-nft-card a { +.kg-nft-card-container { position: static; display: flex; flex: auto; @@ -29,7 +29,7 @@ transition: none; } -.kg-nft-card a:hover { +.kg-nft-card:hover { color: #333; opacity: 1.0; transition: none;