Set the maximum avatar size to 80 pixels
This commit is contained in:
@@ -276,6 +276,6 @@ a {
|
||||
}
|
||||
|
||||
.contact-entry-photo img {
|
||||
max-width: 96px;
|
||||
max-height: 96px;
|
||||
max-width: 80px;
|
||||
max-height: 80px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user