Commit c93a965b authored by Max Alekseenko's avatar Max Alekseenko

fix padding

parent f0377c08
...@@ -28,7 +28,7 @@ const TokenNftMarketplaces = ({ hash, id, isLoading, actionData, source, isExper ...@@ -28,7 +28,7 @@ const TokenNftMarketplaces = ({ hash, id, isLoading, actionData, source, isExper
hint="Marketplaces trading this NFT" hint="Marketplaces trading this NFT"
alignSelf="center" alignSelf="center"
isLoading={ isLoading } isLoading={ isLoading }
py={ (actionData && isExperiment) ? 1 : 2 } py={ (actionData && isExperiment) ? 1 : { base: 1, lg: 2 } }
> >
<Skeleton isLoaded={ !isLoading } display="flex" columnGap={ 3 } flexWrap="wrap" alignItems="center"> <Skeleton isLoaded={ !isLoading } display="flex" columnGap={ 3 } flexWrap="wrap" alignItems="center">
{ config.UI.views.nft.marketplaces.map((item) => { { config.UI.views.nft.marketplaces.map((item) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment