sanitize avatar border radii

This commit is contained in:
Matthew Hodgson 2016-01-20 15:26:48 +00:00
parent 4d3918109a
commit 6ecdb02e81
7 changed files with 1 additions and 23 deletions

View file

@ -28,6 +28,6 @@ limitations under the License.
}
.mx_BaseAvatar_image {
border-radius: 20px;
border-radius: 40px;
vertical-align: top;
}