Commit 728a5653 authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

fix: update TokenDetails layout sizing (#4750)

parent a5dc0fdd
...@@ -10,7 +10,7 @@ import { useSyncWidgetInputs } from './inputs' ...@@ -10,7 +10,7 @@ import { useSyncWidgetInputs } from './inputs'
import { useSyncWidgetSettings } from './settings' import { useSyncWidgetSettings } from './settings'
import { useSyncWidgetTransactions } from './transactions' import { useSyncWidgetTransactions } from './transactions'
export const WIDGET_WIDTH = 320 export const WIDGET_WIDTH = 360
const WIDGET_ROUTER_URL = 'https://api.uniswap.org/v1/' const WIDGET_ROUTER_URL = 'https://api.uniswap.org/v1/'
......
...@@ -45,7 +45,7 @@ export const Footer = styled.div` ...@@ -45,7 +45,7 @@ export const Footer = styled.div`
` `
export const TokenDetailsLayout = styled.div` export const TokenDetailsLayout = styled.div`
display: flex; display: flex;
gap: 80px; gap: 60px;
padding: 68px 20px; padding: 68px 20px;
width: 100%; width: 100%;
justify-content: center; justify-content: center;
...@@ -77,7 +77,7 @@ export const TokenDetailsLayout = styled.div` ...@@ -77,7 +77,7 @@ export const TokenDetailsLayout = styled.div`
} }
` `
export const LeftPanel = styled.div` export const LeftPanel = styled.div`
max-width: 832px; max-width: 780px;
overflow: hidden; overflow: hidden;
` `
export const RightPanel = styled.div` export const RightPanel = styled.div`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment