fix: spacing + friends (#6550)

This commit is contained in:
Calum H.
2026-06-29 17:00:59 +00:00
committed by GitHub
parent b97c191d75
commit c2f4835fe7
2 changed files with 14 additions and 4 deletions
@@ -154,10 +154,19 @@ onUnmounted(() => {
>
{{ project.title }}
</AutoLink>
<span v-if="project.filename" class="truncate text-secondary mb-2">
<span
v-if="project.filename && (owner || version)"
class="truncate text-secondary mb-2"
>
{{ project.filename }}
</span>
</div>
<div
v-if="project.filename && !(owner || version)"
class="flex min-h-8 min-w-0 items-center text-secondary"
>
<span class="truncate">{{ project.filename }}</span>
</div>
<div
v-if="owner || version"
class="flex flex-nowrap items-center gap-2 overflow-hidden text-secondary"