Merge branch 'lf/global-skeleton-links' into la/cleanup-chat

This commit is contained in:
Matilde Park 2020-10-05 19:13:49 -04:00
commit f407b0d238
2 changed files with 4 additions and 3 deletions

View File

@ -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>
);

View File

@ -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"