Fix border radius when avatar has custom size

This commit is contained in:
afc163 2018-07-12 17:35:02 +08:00
parent 5732b6e2b2
commit e1e6523452

View File

@ -43,7 +43,7 @@
width: @size;
height: @size;
line-height: @size;
border-radius: @size / 2;
border-radius: 50%;
& > * {
line-height: @size;