Make avatars size similar to status avatars

This commit is contained in:
Hadi Nategh 2019-12-12 14:42:02 +01:00
parent dd1be56838
commit 5dfea7eb26

View File

@ -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;
}