groups: resize group summary

fixes urbit/landscape#728
This commit is contained in:
James Acklin 2021-04-03 12:04:01 -04:00
parent bc2f6107b9
commit f0c3f37b0e

View File

@ -22,12 +22,14 @@ export function EmptyGroupHome(props) {
alignItems="center"
display="flex">
{ groupAssociation?.group ? (
<GroupSummary
memberCount={groups[groupAssociation.group].members.size}
channelCount={channelCount}
metadata={groupAssociation.metadata}
resource={groupAssociation.group}
/>
<Box maxWidth='288px '>
<GroupSummary
memberCount={groups[groupAssociation.group].members.size}
channelCount={channelCount}
metadata={groupAssociation.metadata}
resource={groupAssociation.group}
/>
</Box>
) : (
<Box p="4">
<Text color='gray'>