Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Commit 9114fbe

Browse files
committed
fix: more padding around delete button
1 parent 134fa48 commit 9114fbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Chat/components/MessageItem.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ const Meta = styled.div`
3232
margin: 0.5rem;
3333
padding-bottom: 0.5rem;
3434
opacity: 0.6;
35+
time + ${UIButton} {
36+
margin-left: 0.5rem;
37+
}
3538
`
3639

3740
const From = styled.div`

0 commit comments

Comments
 (0)