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

Commit 1bb2807

Browse files
author
René Kooi
committed
inline-chat: smaller delete button
1 parent d0a8451 commit 1bb2807

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/styles/inline-chat.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ define({
2929
}
3030
},
3131
'.from': { 'display': 'inline' },
32-
'.text': { 'display': 'inline', 'margin-left': '5px' }
32+
'.text': { 'display': 'inline', 'margin-left': '5px' },
33+
'.delete-button': {
34+
'padding': '3px 10px',
35+
'top': '3px'
36+
}
3337
},
3438
// remove the empty circle for badge-less users
3539
// (it doesn't fit in a 16px high message)

0 commit comments

Comments
 (0)