Message action button improvements

This commit is contained in:
10G Meow 2022-05-16 14:11:55 +00:00 committed by N Pex
parent 0eedfec046
commit a1131358d6
8 changed files with 42 additions and 36 deletions

View file

@ -119,7 +119,7 @@ $admin-fg: white;
padding: 10px;
background-color: #f2f2f2;
}
.chat-content {
margin: 0;
padding-top: $chat-standard-padding-s;
@ -596,16 +596,9 @@ $admin-fg: white;
position: absolute;
width: fit-content;
background-color: white;
height: 44px;
height: 34px;
border-radius: 22px;
box-shadow: 4px 4px 8px rgba(0,0,0,0.15);
// &.incoming {
// right: 30%;
// }
// &.outgoing {
// left: unset !important;
// right: 10px !important;
// }
}
.avatar-operations {

View file

@ -1,6 +1,7 @@
#EmojiPicker {
width: 100%;
background-color: #ffffff;
margin-top: 15px;
.container-emoji {
height: 60vh;

View file

@ -0,0 +1,6 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="#757575">
<rect fill="none" height="24" width="24"/>
<path d="M18,9V7h-2V2.84C14.77,2.3,13.42,2,11.99,2C6.47,2,2,6.48,2,12s4.47,10,9.99,10C17.52,22,22,17.52,22,12 c0-1.05-0.17-2.05-0.47-3H18z M15.5,8C16.33,8,17,8.67,17,9.5S16.33,11,15.5,11S14,10.33,14,9.5S14.67,8,15.5,8z M8.5,8 C9.33,8,10,8.67,10,9.5S9.33,11,8.5,11S7,10.33,7,9.5S7.67,8,8.5,8z M12,17.5c-2.33,0-4.31-1.46-5.11-3.5h10.22 C16.31,16.04,14.33,17.5,12,17.5z M22,3h2v2h-2v2h-2V5h-2V3h2V1h2V3z"/>
</svg>
</template>