Skip to content
Snippets Groups Projects
Commit 9b9780e1 authored by Kaushalya Mandaliya's avatar Kaushalya Mandaliya
Browse files

[IMP] web: show avatar correctly even when rectangle image is used


Before this commit,
In top-right corner, the avatar that is being shown doesn't correctly
look like a circle if the shape of the avatar is rectangle.

After this commit,
The avatar appears in the top-right corner will be shown in correct circle
shape, irrelevant of the image is square or not.

task-2042276
closes: #35265

Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent bf2b11a2
Branches
Tags
No related merge requests found
......@@ -159,7 +159,9 @@ body.o_is_superuser .o_menu_systray {
}
.oe_topbar_avatar {
height: 17px;
height: 26px;
width: 26px;
object-fit: cover;
transform: translateY(-2px);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment