mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
avatar field rounded
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user