fix: webmention avatar errors + placeholder
This commit is contained in:
parent
a81d209c6a
commit
2b6e9b23c2
5 changed files with 20 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue