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 dcfa8cfdbf
commit 57683ee72d

View File

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