Merge pull request #2545 from matrix-org/bwindels/missingavatarlayout

layout composer independent of avatar being present
This commit is contained in:
Bruno Windels 2019-01-31 14:41:44 +00:00 committed by GitHub
commit f60cfe5cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ limitations under the License.
margin: auto;
border-top: 1px solid $primary-hairline-color;
position: relative;
padding-left: 84px;
}
.mx_MessageComposer_replaced_wrapper {
@ -58,7 +59,8 @@ limitations under the License.
}
.mx_MessageComposer .mx_MessageComposer_avatar {
padding: 0 27px;
position: absolute;
left: 27px;
}
.mx_MessageComposer .mx_MessageComposer_avatar .mx_BaseAvatar {