File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
apps/dashboard/src/contract-ui/tabs/nfts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const SupplyCards: React.FC<SupplyCardsProps> = ({ contract }) => {
2323 ) . toString ( ) ;
2424
2525 return (
26- < div className = "flex flex-row gap-3 md:gap-6" >
26+ < div className = "flex flex-col gap-3 md:flex-row md:gap-6" >
2727 < Card as = { Stat } >
2828 < StatLabel mb = { { base : 1 , md : 0 } } > Total Supply</ StatLabel >
2929 < Skeleton isLoaded = { totalSupplyQuery . isSuccess } >
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ export const ContractNFTPage: React.FC<NftOverviewPageProps> = ({
5353
5454 return (
5555 < div className = "flex flex-col gap-6" >
56- < div className = "flex flex-row items-center justify-between" >
57- < h2 className = "font-bold text-xl " > Contract NFTs</ h2 >
58- < div className = "flex flex-col gap-2 md:flex-row " >
56+ < div className = "flex flex-col gap-3 xl:flex- row xl: items-center xl: justify-between" >
57+ < h2 className = "font-semibold text-2xl tracking-tight " > Contract NFTs</ h2 >
58+ < div className = "grid grid-cols-2 gap-2 md:flex" >
5959 { isRevealable && < NFTRevealButton contract = { contract } /> }
6060 { isERC721ClaimToSupported && (
6161 /**
You can’t perform that action at this time.
0 commit comments