Skip to content

Commit

Permalink
RD - fix follow/unfollow in people list
Browse files Browse the repository at this point in the history
  • Loading branch information
moysa committed Nov 13, 2023
1 parent 2524a01 commit a38d873
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/PeopleList/PeopleList.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@
.peopleList {
margin-bottom: 16px;
display: grid;
grid-template-columns: 52px 156px 64px;
grid-template-columns: 52px 148px 72px;
grid-template-rows: 1fr;
grid-template-areas: "avatar content follow";
grid-column-gap: 14px;
text-decoration: none;
align-items: center;

.avatar {
grid-area: avatar;
Expand Down Expand Up @@ -131,12 +132,13 @@
display: flex;
align-items: center;
button {
width: 64px;
height: 40px;
width: 72px;
height: 28px;
background: var(--brand-gradient);
border-radius: 6px;
padding: 0px;
font-size: 12px;
font-weight: 600;
line-height: 16px;
margin: 0px;
}
Expand Down

0 comments on commit a38d873

Please sign in to comment.