mirror of
https://github.com/urbit/shrub.git
synced 2024-12-11 11:02:25 +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?? */
|
||||
<Row height="100%" width="100%" flexDirection={['column', 'column', 'row']} {...rest}>
|
||||
<Center flexBasis={['100%', '100%', '75%']} flexShrink={1} overflowY="scroll" >
|
||||
<LinkBlockItem maxHeight="100%" node={node} />
|
||||
<LinkBlockItem maxHeight="100%" border={0} node={node} />
|
||||
</Center>
|
||||
<Col
|
||||
flexBasis={['25%', '25%', '350px']}
|
||||
|
Loading…
Reference in New Issue
Block a user