@@ -393,9 +393,9 @@ function getAriaLabel(c: GitHubContributor): string {
393393 >
394394 <div
395395 v-if =" activeContributor"
396- class =" relative z-10 w-64 rounded-xl border border-border-subtle bg-bg-elevated p-4 shadow-2xl text-start"
396+ class =" flex flex-col gap-y-3 relative z-10 w-64 rounded-xl border border-border-subtle bg-bg-elevated p-4 shadow-2xl text-start"
397397 >
398- <div class =" flex flex-col gap-1 min-w-0" >
398+ <div class =" flex flex-col gap-2 min-w-0" >
399399 <span class =" w-full font-sans font-bold text-fg leading-tight truncate block" >
400400 {{ activeContributor.name || activeContributor.login }}
401401 </span >
@@ -407,14 +407,14 @@ function getAriaLabel(c: GitHubContributor): string {
407407 </div >
408408 <p
409409 v-if =" activeContributor.bio"
410- class =" mt-1 font-sans text-xs text-fg-subtle line-clamp-3 leading-relaxed"
410+ class =" font-sans text-xs text-fg-subtle line-clamp-3 leading-relaxed"
411411 >
412412 "{{ activeContributor.bio }}"
413413 </p >
414414
415415 <div
416416 v-if =" activeContributor.companyHTML"
417- class =" mt-1 flex items-center gap-1 font-sans text-2xs text-fg-muted text-start min-w-0"
417+ class =" flex items-center gap-1 font-sans text-2xs text-fg-muted text-start min-w-0"
418418 >
419419 <div
420420 class =" i-lucide:building-2 size-3 shrink-0 mt-0.5 text-accent/80"
@@ -428,7 +428,7 @@ function getAriaLabel(c: GitHubContributor): string {
428428
429429 <div
430430 v-else-if =" activeContributor.company"
431- class =" mt-1 flex items-center gap-1 font-sans text-2xs text-fg-muted text-start min-w-0"
431+ class =" flex items-center font-sans text-2xs text-fg-muted text-start min-w-0"
432432 >
433433 <div
434434 class =" i-lucide:building-2 size-3 shrink-0 mt-0.5 text-accent/80"
@@ -442,7 +442,7 @@ function getAriaLabel(c: GitHubContributor): string {
442442 </div >
443443 </div >
444444
445- <div class =" mt-3 flex flex-col gap-1 text-3xs text-fg-subtle font-sans" >
445+ <div class =" flex flex-col gap-2 text-3xs text-fg-subtle font-sans" >
446446 <div v-if =" activeContributor.location" class =" flex items-center gap-1 min-w-0" >
447447 <div class =" i-lucide:map-pin size-3 shrink-0" aria-hidden =" true" />
448448 <span class =" w-full truncate" >{{ activeContributor.location }}</span >
@@ -473,7 +473,7 @@ function getAriaLabel(c: GitHubContributor): string {
473473 </div >
474474
475475 <div
476- class =" mt-3 flex items-center justify-between border-t border-t-gray-400/65 dark:border-t-gray-300 border-border-subtle pt-3"
476+ class =" flex items-center justify-between border-t border-t-gray-400/65 dark:border-t-gray-300 border-border-subtle pt-3"
477477 >
478478 <a
479479 :href =" activeContributor.html_url"
0 commit comments