Use box-shadow around avatars instead of border, borders in zoomed mode would cut edges.

This commit is contained in:
Hadi Nategh 2021-02-19 11:16:31 +01:00
parent b43b5119c8
commit f89eff7dfe

View File

@ -2948,7 +2948,7 @@ td.avatar {
border:none;
}
.avatar {
border: 1px solid silver;
box-shadow: 0px 0px 0px 1px #c0c0c07a;
border-radius: 50%;
overflow: hidden;
width: 40px;