Skip to content

Commit

Permalink
Merge pull request #869 from Magickbase/fix/alignment-of-addresses-in…
Browse files Browse the repository at this point in the history
…-transaction-list-is-weird
  • Loading branch information
Keith-CY authored Jan 16, 2023
2 parents cff8d77 + 7ce9c6c commit a527938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ const TxList: React.FC<{ list: HomeLists['transactions']['entries']; isLoading:
primary={
<Stack direction="row" alignItems="center" sx={{ height: { xs: 52, md: 88 } }}>
<Stack
flexGrow={1}
flex={1}
px={{ xs: 1, md: 2 }}
justifyContent={{ xs: 'center', md: 'space-between' }}
height={{ xs: 36, md: 56 }}
Expand Down Expand Up @@ -528,6 +528,7 @@ const TxList: React.FC<{ list: HomeLists['transactions']['entries']; isLoading:
</Box>
</Stack>
<Stack
flex={1}
height={{ xs: 36, md: 56 }}
sx={{ pl: { xs: 1, sm: 0 } }}
justifyContent={{ xs: 'center', md: 'space-between' }}
Expand Down

0 comments on commit a527938

Please sign in to comment.