bottom align send button, adjust paddings
This commit is contained in:
parent
2f15c9a4a7
commit
23494ab630
1 changed files with 3 additions and 1 deletions
|
@ -502,7 +502,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.MessageComposer_input, .MessageComposer_replyPreview {
|
.MessageComposer_input, .MessageComposer_replyPreview {
|
||||||
padding: 8px 16px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MessageComposer_replyPreview > .replying {
|
.MessageComposer_replyPreview > .replying {
|
||||||
|
@ -563,6 +563,8 @@ a {
|
||||||
background-image: url('icons/send.svg');
|
background-image: url('icons/send.svg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
align-self: end;
|
||||||
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MessageComposer_input > button.sendFile {
|
.MessageComposer_input > button.sendFile {
|
||||||
|
|
Reference in a new issue