Shrink the avatar on contact list to <=30px.

This commit is contained in:
Jesse Bickel 2015-12-07 15:52:11 -06:00
parent 895bb3fd60
commit c2c3d0fd87
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@
vertical-align: middle;
font-size: 22pt;
border-radius: 20px;
max-height: 30px;
max-width: 30px;
}
#contactlist .clickable {