This commit is contained in:
2026-09-09 18:49:53 +02:00
parent bd2ccdf73e
commit 948c76a6a8
2 changed files with 8 additions and 2 deletions
+6 -1
View File
@@ -309,7 +309,12 @@ main { position: relative; z-index: 1; }
border-radius: 50%;
overflow: hidden;
}
.avatar-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.avatar-placeholder img {
width: 100%; height: 100%; object-fit: cover;
/* Hide the alt text the browser paints into the ring while the JPEG
is still on its way; screen readers still get it. */
color: transparent;
}
/* Spin the image inside the ring, not the ring itself: the ring's hard
offset shadow would visibly orbit if the shadowed element rotated.