mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-06 23:16:29 +03:00
interface: fix double border in LinkDetail
This commit is contained in:
parent
f0a1724d97
commit
99396e8133
@ -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']}
|
||||||
|
Loading…
Reference in New Issue
Block a user