File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 149
149
<emoji-picker
150
150
key =" 3"
151
151
class =" message-reactions"
152
- :style =" { right: isMessageActions ? '28px ' : '5px' }"
152
+ :style =" { right: isMessageActions ? '30px ' : '5px' }"
153
153
v-if =" isMessageReactions"
154
154
v-click-outside =" closeEmoji"
155
155
:emojiOpened =" emojiOpened"
@@ -354,9 +354,9 @@ export default {
354
354
},
355
355
optionsBlurWidth () {
356
356
if (this .filteredMessageActions .length && this .showReactionEmojis ) {
357
- return this .isImage ? ' 67px ' : ' 70px '
357
+ return this .isImage ? ' 69px ' : ' 72px '
358
358
} else {
359
- return this .isImage ? ' 42px ' : ' 45px '
359
+ return this .isImage ? ' 44px ' : ' 47px '
360
360
}
361
361
}
362
362
},
@@ -674,7 +674,7 @@ export default {
674
674
675
675
.options-container {
676
676
position : absolute ;
677
- top : 3 px ;
677
+ top : 2 px ;
678
678
right : 10px ;
679
679
height : 40px ;
680
680
width : 70px ;
@@ -686,7 +686,7 @@ export default {
686
686
position : absolute ;
687
687
height : 100% ;
688
688
width : 100% ;
689
- left : 10 px ;
689
+ left : 8 px ;
690
690
bottom : 10px ;
691
691
background : var (--chat-message-bg-color );
692
692
filter : blur (4px );
@@ -753,7 +753,7 @@ export default {
753
753
border-radius : 50% ;
754
754
position : absolute ;
755
755
top : 7px ;
756
- right : 5 px ;
756
+ right : 7 px ;
757
757
758
758
svg {
759
759
height : 17px ;
@@ -766,7 +766,7 @@ export default {
766
766
.message-reactions {
767
767
position : absolute ;
768
768
top : 6px ;
769
- right : 28 px ;
769
+ right : 30 px ;
770
770
}
771
771
772
772
.menu-options {
@@ -843,7 +843,7 @@ export default {
843
843
}
844
844
845
845
.options-container {
846
- right : 5 px ;
846
+ right : 3 px ;
847
847
}
848
848
849
849
.menu-left {
You can’t perform that action at this time.
0 commit comments