send the actual m.replace event from composer content

This commit is contained in:
Bruno Windels 2019-05-14 10:37:57 +01:00
parent 34dbe5f314
commit 759a4a54ef
2 changed files with 28 additions and 20 deletions

View file

@ -47,16 +47,13 @@ limitations under the License.
.buttons {
display: flex;
flex-direction: column;
align-items: end;
flex-direction: row;
justify-content: end;
padding: 5px 0;
.mx_AccessibleButton {
background-color: $button-bg-color;
border-radius: 4px;
margin-left: 5px;
padding: 5px 40px;
color: $button-fg-color;
font-weight: 600;
}
}