Skip to content

Commit

Permalink
style: fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed May 24, 2020
1 parent 528150b commit 781cf2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ const MessageContainer = styled.div`
border-color: ${(p) => p.theme.fontColor};
color: ${(p) => p.theme.fontColor};
opacity: 0.7;
margin-top: 0;
&:hover {
opacity: 1;
}
Expand All @@ -192,8 +191,11 @@ const MessageContainer = styled.div`
}
}
div + .selection {
margin-top: 8px;
}
.selection {
margin: 5px 0 0 0;
cursor: pointer;
width: 100%;
background-color: transparent;
Expand Down

0 comments on commit 781cf2e

Please sign in to comment.