Skip to content

Commit 7b976af

Browse files
committed
(UI) better message option icon
1 parent 6135ac9 commit 7b976af

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
@@ -267,7 +267,7 @@ export default {
267267
const optionsTopPosition =
268268
roomFooterTop - actionIconTop > menuOptionsHeight + 50
269269
270-
if (optionsTopPosition) this.menuOptionsHeight = 30
270+
if (optionsTopPosition) this.menuOptionsHeight = 28
271271
else this.menuOptionsHeight = -menuOptionsHeight
272272
}, 0)
273273
},
@@ -489,8 +489,8 @@ export default {
489489
right: 14px;
490490
491491
svg {
492-
height: 20px;
493-
width: 20px;
492+
height: 17px;
493+
width: 17px;
494494
}
495495
}
496496

0 commit comments

Comments
 (0)