style composer

This commit is contained in:
Bruno Windels 2020-10-08 15:10:32 +02:00
parent 59802d1812
commit 868b1a1045
2 changed files with 13 additions and 2 deletions

View file

@ -61,6 +61,7 @@ limitations under the License.
.MessageComposer {
display: flex;
align-items: center;
}
.MessageComposer > input {

View file

@ -383,15 +383,25 @@ button.back {
.MessageComposer {
border-top: 1px solid rgba(245, 245, 245, 0.90);
padding: 8px 16px;
}
.MessageComposer > :not(:first-child) {
margin-left: 12px;
}
.MessageComposer > input {
padding: 0.8em;
padding: 0 16px;
border: none;
border-radius: 24px;
background: #F6F6F6;
height: 48px;
line-height: 48px;
font-size: 14px;
font-family: "Inter", sans-serif;
}
.MessageComposer > button.send {
margin: 8px;
width: 32px;
height: 32px;
display: block;