mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 12:11:35 +01:00
Disable avatar spinning on hover
This commit is contained in:
parent
65f715ee37
commit
b2b3b87e44
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
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
|
<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) }}"
|
src="{{ get_url(path=config.extra.profile.avatar_url) }}"
|
||||||
alt="{{ config.extra.profile.name | default(value=config.title) }}"
|
alt="{{ config.extra.profile.name | default(value=config.title) }}"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue