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

This commit is contained in:
Jesse Bickel 2015-12-07 15:52:11 -06:00 committed by Boris Grozev
parent fd9485b7e5
commit 2b06ca9df7
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 {