Tweak
This commit is contained in:
@@ -43,7 +43,8 @@ const SearchPeopleContainer = styled("div")`
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
margin-block: 16px;
|
||||
margin-block-start: 16px;
|
||||
margin-block-end: 14px;
|
||||
/* On very small (~ < 375px) mobile screens 6 faces won't fit in 2 rows.
|
||||
Clip the third one. */
|
||||
overflow: hidden;
|
||||
|
||||
@@ -434,7 +434,7 @@ const EmptyState: React.FC<EmptyStateProps> = ({
|
||||
<SearchPeopleList {...{ people, onSelectPerson }} />
|
||||
</>
|
||||
)}
|
||||
<Typography variant="mini" sx={{ my: "2px" }}>
|
||||
<Typography variant="mini" sx={{ my: "4px" }}>
|
||||
{label}
|
||||
</Typography>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user