From 20766607f57bd46ac000d093dcfffd9100d0dc46 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 1eba3f2778..b8a402a366 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2838,8 +2838,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; @@ -2849,7 +2849,7 @@ td.avatar { } .avatar img{ padding-top:0 !important; - width:50px; + width:40px; border:none; box-shadow: none; }