How Can We Help?
How to change the users icon size?
Change the users icon size in the user list
.user-image {
width: 16px;
height: 16px;
}
Change the user icon size in the chat area
.message-user-image {
width: 16px;
height: 16px;
}
To know how to edit web CSS, click this link.