mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
Merge branch 'lf/global-skeleton-links' into la/cleanup-chat
This commit is contained in:
commit
f407b0d238
@ -57,9 +57,10 @@ function RecentGroups(props: { recent: string[]; associations: Associations }) {
|
||||
bg={color}
|
||||
mr={2}
|
||||
display="block"
|
||||
flexShrink='0'
|
||||
/>
|
||||
<Link to={`/~groups${g}`}>
|
||||
<Text>{assoc?.metadata?.title}</Text>
|
||||
<Link style={{ minWidth: 0 }} to={`/~groups${g}`}>
|
||||
<Text verticalAlign='top' maxWidth='100%' overflow='hidden' display='inline-block' style={{ textOverflow: 'ellipsis', whiteSpace: 'pre' }}>{assoc?.metadata?.title}</Text>
|
||||
</Link>
|
||||
</Row>
|
||||
);
|
||||
|
@ -57,7 +57,7 @@ export function PopoverRoutes(
|
||||
<Box
|
||||
px={[3, 7, 8]}
|
||||
py={[3, 5]}
|
||||
bg="gray"
|
||||
backgroundColor='scales.black30'
|
||||
left="0px"
|
||||
top="0px"
|
||||
width="100vw"
|
||||
|
Loading…
Reference in New Issue
Block a user