fix: make line height bigger for token preview (#7186)
* make line height bigger * Update [[index]].tsx
This commit is contained in:
parent
cccf6ac680
commit
e893bc2685
@ -123,7 +123,7 @@ export const onRequest: PagesFunction = async ({ params, request }) => {
|
||||
style={{
|
||||
fontFamily: 'Inter',
|
||||
fontSize: '72px',
|
||||
lineHeight: '58px',
|
||||
lineHeight: '72px',
|
||||
marginLeft: '-5px',
|
||||
marginTop: '24px',
|
||||
}}
|
||||
@ -145,6 +145,10 @@ export const onRequest: PagesFunction = async ({ params, request }) => {
|
||||
fontSize: '168px',
|
||||
lineHeight: '133px',
|
||||
marginLeft: '-13px',
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
whiteSpace: 'nowrap',
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
{data.symbol}
|
||||
|
Loading…
Reference in New Issue
Block a user