diff --git a/web/components/ui/followers/FollowerCollection/FollowerCollection.module.scss b/web/components/ui/followers/FollowerCollection/FollowerCollection.module.scss index 5533042de..bc60baa46 100644 --- a/web/components/ui/followers/FollowerCollection/FollowerCollection.module.scss +++ b/web/components/ui/followers/FollowerCollection/FollowerCollection.module.scss @@ -1,6 +1,7 @@ .followers { width: 100%; background-color: var(--theme-color-background-light); + padding: 5px; } .noFollowers { diff --git a/web/components/ui/followers/FollowerCollection/FollowerCollection.tsx b/web/components/ui/followers/FollowerCollection/FollowerCollection.tsx index df24b30a2..bcadcffe1 100644 --- a/web/components/ui/followers/FollowerCollection/FollowerCollection.tsx +++ b/web/components/ui/followers/FollowerCollection/FollowerCollection.tsx @@ -62,7 +62,7 @@ export const FollowerCollection: FC = ({ name }) => { return (
- + {followers.map(follower => (