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;