[frontend/components] Fix avatar sizing during load, prevent firefox from displaying alt text during load

This commit is contained in:
Laura Hausmann 2025-02-23 01:24:18 +01:00
parent 75ff3be764
commit 30310a4718
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -4,5 +4,8 @@
object-fit: cover; object-fit: cover;
width: var(--size); width: var(--size);
height: var(--size); height: var(--size);
min-width: var(--size);
min-height: var(--size);
overflow: clip; overflow: clip;
color: transparent;
} }