Skip to content

Commit

Permalink
- fix the position of the tx activity
Browse files Browse the repository at this point in the history
- center payment table
  • Loading branch information
starknetdev committed Sep 24, 2024
1 parent 220e88f commit 159fa85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/src/app/components/start/Spawn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ export const Spawn = ({
speed={40}
style={{ fontSize: "2em" }}
/>
<span className="hidden sm:block">
<TxActivity />
</span>
</span>
<span className="absolute top-1/4 left-1/2 transform -translate-x-1/2 hidden sm:block">
<TxActivity />
</span>
</>
) : (
Expand Down Expand Up @@ -258,7 +258,7 @@ export const Spawn = ({
<DownArrowIcon className="self-center rotate-[-90deg] w-20" />
<p className="uppercase text-4xl">Pay</p>
</div>
<div className="w-full sm:w-1/2">
<div className="w-full flex justify-center sm:w-1/2">
<PaymentDetails
adventurers={adventurers}
showPaymentDetails={showPaymentDetails}
Expand Down

0 comments on commit 159fa85

Please sign in to comment.