Skip to content

Commit

Permalink
adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Nov 18, 2024
1 parent 139d182 commit bc76428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/repo/RepoItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div
class="flex flex-col border rounded-md bg-wp-background-100 overflow-hidden p-4 border-wp-background-400 dark:bg-wp-background-200 cursor-pointer hover:shadow-md hover:bg-wp-background-300 dark:hover:bg-wp-background-300"
>
<div class="grid grid-cols-[auto,1fr] gap-y-2 items-center">
<div class="grid grid-cols-[auto,1fr] gap-y-1 items-center">
<div class="text-wp-text-100 text-lg">{{ `${repo.owner} / ${repo.name}` }}</div>
<div class="ml-auto">
<Badge
Expand All @@ -24,7 +24,7 @@
</div>
</div>

<div class="col-span-2 text-wp-text-100 text-sm min-h-5 mt-2">
<div class="col-span-2 text-wp-text-100 text-sm min-h-5 mt-3">
<div v-if="pipeline" class="flex gap-x-4 items-center">
<div class="flex items-center gap-x-1">
<span :title="pipelineEventTitle">
Expand Down

0 comments on commit bc76428

Please sign in to comment.