Skip to content

Commit 44913f3

Browse files
committed
(UI) fix edited icon css
1 parent f3b8d0e commit 44913f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ChatWindow/ChatMessage.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,11 @@ export default {
360360
line-height: 1;
361361
text-indent: 0;
362362
vertical-align: middle;
363-
margin: 0 5px 2px;
363+
margin: 0 4px 2px;
364364
365365
svg {
366-
height: 13px;
367-
width: 13px;
366+
height: 12px;
367+
width: 12px;
368368
}
369369
}
370370

0 commit comments

Comments
 (0)