mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
fix: spacing + friends (#6550)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user