make icons in composer smaller, better spacing

This commit is contained in:
Bruno Windels 2018-10-23 18:11:15 +02:00
parent f7d59bc338
commit eb453f4539
3 changed files with 10 additions and 10 deletions

View file

@ -57,10 +57,6 @@ limitations under the License.
width: 100%;
}
.mx_MessageComposer_row > div:last-child{
padding-right: 0;
}
.mx_MessageComposer .mx_MessageComposer_avatar {
padding-left: 10px;
padding-right: 28px;
@ -70,6 +66,10 @@ limitations under the License.
display: block;
}
.mx_MessageComposer .mx_AccessibleButton {
padding: 0 12px 0 0;
}
.mx_MessageComposer_composecontrols {
width: 100%;
}