release polish

This commit is contained in:
Nuno Coração
2026-02-11 22:15:07 +00:00
parent 58799b9847
commit d38accc6ff
668 changed files with 1139 additions and 1013 deletions
+6 -2
View File
@@ -20,7 +20,7 @@
href="{{ .profile_url }}"
target="_blank"
rel="noopener noreferrer"
class="group flex flex-col items-center"
class="group relative flex w-24 flex-col items-center"
title="{{ .username }}"
aria-label="Sponsor: {{ .username }}">
<img
@@ -30,7 +30,11 @@
width="64"
height="64"
loading="lazy">
<span class="mt-2 text-sm text-neutral-600 dark:text-neutral-400 group-hover:text-primary-500 transition-colors">
<span class="mt-2 block w-full truncate text-center text-sm text-neutral-600 transition-colors group-hover:text-primary-500 dark:text-neutral-400">
@{{ .username }}
</span>
<span
class="pointer-events-none absolute left-1/2 top-full z-10 mt-1 w-max max-w-48 -translate-x-1/2 rounded-md bg-neutral-900 px-2 py-1 text-xs text-white opacity-0 shadow-md transition-opacity duration-150 group-hover:opacity-100 group-focus-within:opacity-100 group-hover:visible group-focus-within:visible dark:bg-neutral-100 dark:text-neutral-900 invisible">
@{{ .username }}
</span>
</a>