interface: fix double border in LinkDetail

This commit is contained in:
yung calibri 2022-04-18 15:01:03 -04:00
parent f0a1724d97
commit 99396e8133

View File

@ -28,7 +28,7 @@ export function LinkDetail(props: LinkDetailProps) {
/* @ts-ignore indio props?? */ /* @ts-ignore indio props?? */
<Row height="100%" width="100%" flexDirection={['column', 'column', 'row']} {...rest}> <Row height="100%" width="100%" flexDirection={['column', 'column', 'row']} {...rest}>
<Center flexBasis={['100%', '100%', '75%']} flexShrink={1} overflowY="scroll" > <Center flexBasis={['100%', '100%', '75%']} flexShrink={1} overflowY="scroll" >
<LinkBlockItem maxHeight="100%" node={node} /> <LinkBlockItem maxHeight="100%" border={0} node={node} />
</Center> </Center>
<Col <Col
flexBasis={['25%', '25%', '350px']} flexBasis={['25%', '25%', '350px']}