Skip to content

Commit 792519f

Browse files
committed
fix: wrong placement and direction for contributor name tooltip
1 parent 4d77140 commit 792519f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/pages/about.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ const { data: contributors, status: contributorsStatus } = useFetch<GitHubContri
196196
/>
197197
<span
198198
class="pointer-events-none absolute -top-9 inset-is-1/2 -translate-x-1/2 whitespace-nowrap rounded-md bg-gray-900 text-white dark:bg-gray-100 dark:text-gray-900 text-xs px-2 py-1 shadow-lg opacity-0 scale-95 transition-all duration-150 group-hover:opacity-100 group-hover:scale-100"
199+
dir="ltr"
199200
>
200201
@{{ contributor.login }}
201202
</span>

0 commit comments

Comments
 (0)