From 5dfea7eb268b53a92ec715fddea15f5ac627bba6 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 12 Dec 2019 14:42:02 +0100 Subject: [PATCH] Make avatars size similar to status avatars --- api/templates/default/etemplate2.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index ab774253c8..a947eb6560 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2935,8 +2935,8 @@ td.avatar { border: 1px solid silver; border-radius: 50%; overflow: hidden; - width: 50px; - height: 50px; + width: 40px; + height: 40px; background-image: url(images/photo.png); background-size: 35px 35px; background-repeat: no-repeat; @@ -2946,7 +2946,7 @@ td.avatar { } .avatar img{ padding-top:0 !important; - width:50px; + width:40px; border:none; box-shadow: none; }