From: Michael Vogel Date: Tue, 27 Oct 2015 23:18:56 +0000 (+0100) Subject: Set the maximum avatar size to 80 pixels X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5a58f55a3625af994fc0a91c9a609ff014f4fc15;p=friendica.git Set the maximum avatar size to 80 pixels --- diff --git a/view/global.css b/view/global.css index 6b1c0bfc3a..d5a44f75fa 100644 --- a/view/global.css +++ b/view/global.css @@ -276,6 +276,6 @@ a { } .contact-entry-photo img { - max-width: 96px; - max-height: 96px; + max-width: 80px; + max-height: 80px; }