Skip to content

Commit

Permalink
style: update online list
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Aug 26, 2021
1 parent fde56ad commit 6f31eff
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,15 @@ const Users = styled.div`
`;

const Chip = styled.div`
min-width: 19px;
min-height: 19px;
max-height: 19px;
min-width: 29px;
min-height: 29px;
max-height: 29px;
background-color: ${(p) => p.theme.secondaryBackgroundColor};
border-radius: 40px;
padding: 2px 2px;
text-align: center;
color: #000;
border: 3px solid #fff;
`;

const UserChips = styled.div`
Expand All @@ -162,8 +163,8 @@ const UserChips = styled.div`
margin-right: 4px;
${Chip} {
margin-left: -10px;
line-height: 15px;
font-size: 9px;
line-height: 20px;
font-size: 12px;
text-align: center;
}
`;

0 comments on commit 6f31eff

Please sign in to comment.