From eb2c11b077662bded163af65dca82a39ee5352a1 Mon Sep 17 00:00:00 2001 From: Pranav Joglekar Date: Mon, 17 Oct 2022 11:48:05 +0530 Subject: [PATCH] fix followers: align the followers to the left (#2211) Co-authored-by: Gabe Kangas --- .../followers/FollowerCollection/FollowerCollection.module.scss | 1 + .../ui/followers/FollowerCollection/FollowerCollection.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 => (