Order limit bets in sorted order on mobile
This commit is contained in:
parent
47a27bf3fe
commit
61a21d34b2
|
@ -178,7 +178,7 @@ export function OrderBookButton(props: {
|
|||
<Modal open={open} setOpen={setOpen} size="lg">
|
||||
<Col className="rounded bg-white p-4 py-6">
|
||||
<Title className="!mt-0" text="Order book" />
|
||||
<Col className="justify-start gap-2 lg:flex-row lg:items-start">
|
||||
<Row className="hidden items-start justify-start gap-2 md:flex">
|
||||
<LimitOrderTable
|
||||
limitBets={yesBets}
|
||||
contract={contract}
|
||||
|
@ -189,6 +189,13 @@ export function OrderBookButton(props: {
|
|||
contract={contract}
|
||||
isYou={false}
|
||||
/>
|
||||
</Row>
|
||||
<Col className="md:hidden">
|
||||
<LimitOrderTable
|
||||
limitBets={limitBets}
|
||||
contract={contract}
|
||||
isYou={false}
|
||||
/>
|
||||
</Col>
|
||||
</Col>
|
||||
</Modal>
|
||||
|
|
Loading…
Reference in New Issue
Block a user