placing the user avatar in the message composer accordingly to my file upload fix

This commit is contained in:
Kibi Kelburton 2021-12-18 23:40:00 +01:00
parent c38eb273ac
commit cb6338ce6b

View File

@ -190,4 +190,8 @@ progress.mx_ProgressBar {
.mx_UploadBar .mx_ProgressBar {
width: 100%!important;
}
.mx_MessageComposer .mx_MessageComposer_avatar {
left: 41px!important;
}