avatar field rounded

This commit is contained in:
Yuri Kuznetsov
2024-03-19 12:21:41 +02:00
parent 2f338d6eda
commit bfa0ea53a4

View File

@@ -2013,8 +2013,9 @@ img.avatar.avatar-link {
}
div[data-scope="User"] .field[data-name="avatar"] {
img {
border-radius: var(--border-radius);
> a > img,
> img {
border-radius: 50%;
}
}