fix composer avatar
This commit is contained in:
parent
20f84ce322
commit
f8d628d336
3 changed files with 8 additions and 8 deletions
|
@ -15,8 +15,8 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
.mx_MemberAvatar {
|
||||
position: relative;
|
||||
z-index: 20;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.mx_MemberAvatar_initial {
|
||||
|
@ -25,6 +25,6 @@ limitations under the License.
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.mx_MemberAvatar_wrapper {
|
||||
position: relative;
|
||||
.mx_MemberAvatar_image {
|
||||
border-radius: 20px;
|
||||
}
|
|
@ -36,9 +36,9 @@ limitations under the License.
|
|||
height: 70px;
|
||||
}
|
||||
|
||||
.mx_MessageComposer .mx_MessageComposer_avatar img {
|
||||
.mx_MessageComposer .mx_MessageComposer_avatar .mx_MemberAvatar {
|
||||
display: block;
|
||||
margin-top: 18px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue