Skip to content

Commit fea453a

Browse files
committed
(UI) add margin to emoji category titles
1 parent e70a149 commit fea453a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChatWindow/EmojiPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default {
148148
}
149149
150150
.emoji-picker h5 {
151-
margin-bottom: 0;
151+
margin: 20px 0 8px;
152152
color: #b1b1b1;
153153
text-transform: uppercase;
154154
font-size: 0.8rem;

0 commit comments

Comments
 (0)