Today, the images in avatars suddenly appear on top of the circle instead of inside it. Did something change in the image component, or in how roles are applied?
I use this role for the image, and it worked perfectly until today:
.anvil-role-circular-image {
border-radius: 50%;
height: 400px;
border: 1px solid black;
aspect-ratio: 1/1;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
background-color: var(–avatar-image-background);
}