add fallback background for png webmention avatars
This commit is contained in:
parent
c284e6f64a
commit
16bd7e903d
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
||||||
<img
|
<img
|
||||||
src={{mention.author.photo}}
|
src={{mention.author.photo}}
|
||||||
alt={{mention.author.name}}
|
alt={{mention.author.name}}
|
||||||
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all hover:border-primary-500 dark:hover:border-primary-300"
|
class="bg-gray-900 dark:bg-white h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all hover:border-primary-500 dark:hover:border-primary-300"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
<img
|
<img
|
||||||
src={{mention.author.photo}}
|
src={{mention.author.photo}}
|
||||||
alt={{mention.author.name}}
|
alt={{mention.author.name}}
|
||||||
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all hover:border-primary-500 dark:hover:border-primary-300"
|
class="bg-gray-900 dark:bg-white h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all hover:border-primary-500 dark:hover:border-primary-300"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
<img
|
<img
|
||||||
src={{mention.author.photo}}
|
src={{mention.author.photo}}
|
||||||
alt={{mention.author.name}}
|
alt={{mention.author.name}}
|
||||||
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all group-hover:border-primary-500 dark:group-hover:border-primary-300"
|
class="bg-gray-900 dark:bg-white h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all group-hover:border-primary-500 dark:group-hover:border-primary-300"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
<div class="ml-3">
|
<div class="ml-3">
|
||||||
|
|
Reference in a new issue