Merge pull request #2241 from matrix-org/bwindels/redesignicons1

Redesign: update (most) icons
This commit is contained in:
Bruno Windels 2018-10-23 19:40:59 +00:00 committed by GitHub
commit 5425eda438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 99 additions and 219 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: 0 28px;
}
@ -69,6 +65,10 @@ limitations under the License.
display: block;
}
.mx_MessageComposer .mx_AccessibleButton {
padding: 0 12px 0 0;
}
.mx_MessageComposer_composecontrols {
width: 100%;
}