We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6135ac9 commit 7b976afCopy full SHA for 7b976af
src/ChatWindow/ChatMessage.vue
@@ -267,7 +267,7 @@ export default {
267
const optionsTopPosition =
268
roomFooterTop - actionIconTop > menuOptionsHeight + 50
269
270
- if (optionsTopPosition) this.menuOptionsHeight = 30
+ if (optionsTopPosition) this.menuOptionsHeight = 28
271
else this.menuOptionsHeight = -menuOptionsHeight
272
}, 0)
273
},
@@ -489,8 +489,8 @@ export default {
489
right: 14px;
490
491
svg {
492
- height: 20px;
493
- width: 20px;
+ height: 17px;
+ width: 17px;
494
}
495
496
0 commit comments