bottom align send button, adjust paddings

This commit is contained in:
Bruno Windels 2021-11-05 19:05:52 +01:00
parent 2f15c9a4a7
commit 23494ab630

View file

@ -502,7 +502,7 @@ a {
}
.MessageComposer_input, .MessageComposer_replyPreview {
padding: 8px 16px;
padding: 8px;
}
.MessageComposer_replyPreview > .replying {
@ -563,6 +563,8 @@ a {
background-image: url('icons/send.svg');
background-repeat: no-repeat;
background-position: center;
align-self: end;
margin-bottom: 8px;
}
.MessageComposer_input > button.sendFile {