fix: webmention avatar errors + placeholder

This commit is contained in:
Cory Dransfeldt 2024-01-06 08:47:10 -08:00
parent a81d209c6a
commit 2b6e9b23c2
No known key found for this signature in database
5 changed files with 20 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

View file

@ -90,6 +90,15 @@
.webmentions .interaction .avatar__wrapper .avatar__wrapper-image > * {
width: 100%;
height: 100%;
}
.webmentions .interaction .avatar__wrapper img {
width: 101%;
height: 101%;
}
.webmentions .interaction .avatar__wrapper img,
.webmentions .interaction .avatar__wrapper .avatar__wrapper-image > * {
border-radius: var(--rounded-full);
}