Constrain width/size of agent image in agents view

This commit is contained in:
sabaimran
2024-03-28 13:32:11 +05:30
parent 6cb38d92c0
commit e59de8c9b1

View File

@@ -85,7 +85,9 @@
div.agent img {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
}
div.agent a {