mirror of
https://github.com/urbit/shrub.git
synced 2024-12-11 11:02:25 +03:00
fixup! interface: tweak LinkDetail flex distribution
This commit is contained in:
parent
4481660842
commit
c70ca0ad10
@ -31,7 +31,9 @@ export function LinkDetail(props: LinkDetailProps) {
|
||||
<LinkBlockItem maxHeight="100%" border={0} node={node} />
|
||||
</Center>
|
||||
<Col
|
||||
flex="1 25%"
|
||||
maxWidth={['auto', 'auto', '45ch']}
|
||||
maxHeight={['50%', '50%', 'unset']}
|
||||
gapY={[2,4]}
|
||||
borderLeft={[0, 0, 1]}
|
||||
borderTop={[1, 1, 0]}
|
||||
|
Loading…
Reference in New Issue
Block a user