Skip to content

Commit

Permalink
ui: update shared nft details for mobile usage (#5309)
Browse files Browse the repository at this point in the history
* enhancement: update shared ntf details for mobile usage

* ui: add corret y spacing to nft-transaction-details tag

Co-authored-by: Begoña Álvarez de la Cruz <balvarez@boxfish.studio>
  • Loading branch information
paul-boegelsack and begonaalvarezd committed Dec 1, 2022
1 parent 39030ab commit 561744d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@
$: isTimelocked = activity?.asyncData?.timelockDate > $time
</script>

<nft-transaction-details class="w-full h-full space-y-6 flex flex-auto flex-col flex-shrink-0">
<nft-transaction-details class="w-full space-y-6 flex flex-auto flex-col flex-shrink-0">
<div class="flex w-full items-center justify-center">
<div class="rounded-full flex justify-center items-center transition-none p-2 w-16 h-16 bg-gray-500">
<Icon
Expand Down

0 comments on commit 561744d

Please sign in to comment.