Skip to content

Commit

Permalink
fix(spacing): remove some space
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Apr 25, 2020
1 parent 8018b4d commit d0f4597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chatbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const SelectionCheckbox = styled.div`
animation-delay: 0.2s;
transition: all 0.2s;
color: #fff;
margin: 3px 0 0;
margin: 0;
transform: translateX(${(p) => (p.hasSelection ? 0 : -50)}px);
display: flex;
align-items: center;
Expand Down

0 comments on commit d0f4597

Please sign in to comment.