Skip to content

Commit

Permalink
test: responsive event feed (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzmp committed Sep 9, 2022
1 parent 5f143a7 commit 1cf5082
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cosmos/ControlledSwap.fixture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function Fixture() {
const connector = useProvider(SupportedChainId.MAINNET)

return (
<Row align="start" justify="space-around">
<Row flex align="start" justify="start" gap={0.5}>
<SwapWidget
value={{
type,
Expand Down
2 changes: 1 addition & 1 deletion src/cosmos/EventFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const EventFeedWrapper = styled.div`
width: 360px;
`
const EventColumn = styled.div`
height: 80vh;
height: 306px;
overflow: auto;
`
const EventRow = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion src/cosmos/Swap.fixture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function Fixture() {
if (!window.frameElement) return widget

return (
<Row align="start" justify="space-around">
<Row flex align="start" justify="start" gap={0.5}>
{widget}
<EventFeed events={events} onClear={() => setEvents([])} />
</Row>
Expand Down

1 comment on commit 1cf5082

@vercel
Copy link

@vercel vercel bot commented on 1cf5082 Sep 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

widgets – ./

widgets-seven-tau.vercel.app
widgets-uniswap.vercel.app
widgets-git-main-uniswap.vercel.app

Please sign in to comment.