Make avatars size similar to status avatars

This commit is contained in:
Hadi Nategh 2019-12-12 14:42:02 +01:00
parent 73c10fe5d9
commit 20766607f5

View File

@ -2838,8 +2838,8 @@ td.avatar {
border: 1px solid silver; border: 1px solid silver;
border-radius: 50%; border-radius: 50%;
overflow: hidden; overflow: hidden;
width: 50px; width: 40px;
height: 50px; height: 40px;
background-image: url(images/photo.png); background-image: url(images/photo.png);
background-size: 35px 35px; background-size: 35px 35px;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -2849,7 +2849,7 @@ td.avatar {
} }
.avatar img{ .avatar img{
padding-top:0 !important; padding-top:0 !important;
width:50px; width:40px;
border:none; border:none;
box-shadow: none; box-shadow: none;
} }