This commit is contained in:
Manav Rathi
2024-10-11 18:32:39 +05:30
parent d3b45cab6d
commit 1332dffad3

View File

@@ -48,8 +48,10 @@ export const PeopleEmptyState: React.FC = () => (
<Typography
color="text.muted"
sx={{
// Approximately compensate for the hidden section bar
paddingBlockEnd: "86px",
// Approximately compensate for the hidden section bar (86px),
// and then add a bit extra padding so that the message appears
// visually off the center, towards the top.
paddingBlockEnd: "126px",
}}
>
{pt("People will appear here once indexing completes")}