Allow cancel of edit

This commit is contained in:
N-Pex 2020-12-14 17:12:29 +01:00
parent a4c329100d
commit ad0e5788aa
2 changed files with 16 additions and 3 deletions

View file

@ -276,7 +276,7 @@ $chat-text-size: 0.7pt;
.message-operations {
position: absolute;
width: auto;
background-color: #ffe2e2;
background-color: #e2e2e2;
&.incoming {
right: 30%;
}