Skip to content

Commit

Permalink
style: final style changes for responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkaroraa committed Feb 13, 2023
1 parent d66c452 commit ed598b6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/frontend/src/components/Positions/TxHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { networkIdAtom } from '@state/wallet/atoms'
import { useETHPrice } from '@hooks/useETHPrice'
import { normFactorAtom } from '@state/controller/atoms'
import { formatCurrency, formatNumber } from '@utils/formatter'
import { LinkButton } from '@components/Button'
import useCommonStyles from './useStyles'

const useStyles = makeStyles((theme) =>
Expand Down Expand Up @@ -53,20 +52,15 @@ const useStyles = makeStyles((theme) =>
},
},
itemDataCol: {
flexBasis: '380px',
flex: 1,
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
gridGap: '12px',

[theme.breakpoints.down('xs')]: {
flexBasis: '280px',
},
},
txItemVal: {
flex: 1,
flexBasis: '120px',
flex: 1,
},
txItemCTA: {
textAlign: 'right',
Expand Down

0 comments on commit ed598b6

Please sign in to comment.