diff --git a/src/components/PeopleList/PeopleList.tsx b/src/components/PeopleList/PeopleList.tsx index 0ae95b4..f58c547 100644 --- a/src/components/PeopleList/PeopleList.tsx +++ b/src/components/PeopleList/PeopleList.tsx @@ -47,7 +47,7 @@ const PeopleList: Component<{ people: PrimalUser[], label: string, id?: string } {truncateNpub(person?.npub)} - + diff --git a/src/components/ProfileContact/ProfileContact.module.scss b/src/components/ProfileContact/ProfileContact.module.scss index e5e920c..4cc0902 100644 --- a/src/components/ProfileContact/ProfileContact.module.scss +++ b/src/components/ProfileContact/ProfileContact.module.scss @@ -75,3 +75,7 @@ } } } + +.placeholderDiv { + width: 72px; +} diff --git a/src/components/ProfileContact/ProfileContact.tsx b/src/components/ProfileContact/ProfileContact.tsx index 37300d3..5393586 100644 --- a/src/components/ProfileContact/ProfileContact.tsx +++ b/src/components/ProfileContact/ProfileContact.tsx @@ -59,7 +59,10 @@ const ProfileContact: Component<{ - + } + > diff --git a/src/pages/Profile.tsx b/src/pages/Profile.tsx index 1fd1eb6..2d37ce2 100644 --- a/src/pages/Profile.tsx +++ b/src/pages/Profile.tsx @@ -603,7 +603,7 @@ const Profile: Component = () => { - +