Shrink the avatar on contact list to <=30px.
This commit is contained in:
parent
895bb3fd60
commit
c2c3d0fd87
|
@ -44,6 +44,8 @@
|
|||
vertical-align: middle;
|
||||
font-size: 22pt;
|
||||
border-radius: 20px;
|
||||
max-height: 30px;
|
||||
max-width: 30px;
|
||||
}
|
||||
|
||||
#contactlist .clickable {
|
||||
|
|
Loading…
Reference in New Issue