]> git.mxchange.org Git - friendica.git/commitdiff
Set the maximum avatar size to 80 pixels
authorMichael Vogel <icarus@dabo.de>
Tue, 27 Oct 2015 23:18:56 +0000 (00:18 +0100)
committerMichael Vogel <icarus@dabo.de>
Tue, 27 Oct 2015 23:18:56 +0000 (00:18 +0100)
view/global.css

index 6b1c0bfc3a7166fe2c681d9b022d34825ad95249..d5a44f75faeb2b908e7071b7a25172ff5cc35dae 100644 (file)
@@ -276,6 +276,6 @@ a {
 }
 
 .contact-entry-photo img {
-  max-width: 96px;
-  max-height: 96px;
+  max-width: 80px;
+  max-height: 80px;
 }