Browse Source

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

j8
Jesse Bickel 9 years ago
parent
commit
2b06ca9df7
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      css/contact_list.css

+ 2
- 0
css/contact_list.css View File

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

Loading…
Cancel
Save