Disable avatar spinning on hover

This commit is contained in:
SebastianStork 2025-10-22 18:38:47 +02:00
parent 65f715ee37
commit b2b3b87e44
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -5,7 +5,7 @@
class="not-prose mr-5 shrink-0 rounded-full border-[0.5px] border-black/10 bg-white/50 p-1 shadow-sm dark:bg-white/10"
>
<img
class="{% if config.extra.profile.avatar_invert %}dark:invert{% endif %} my-0 aspect-square w-26 rounded-full bg-black/5! hover:animate-spin"
class="{% if config.extra.profile.avatar_invert %}dark:invert{% endif %} my-0 aspect-square w-26 rounded-full bg-black/5!"
src="{{ get_url(path=config.extra.profile.avatar_url) }}"
alt="{{ config.extra.profile.name | default(value=config.title) }}"
/>