fix: also apply margin to loader
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fea30d5bea
commit
620296d22f
@ -1,14 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<ApiLoader :url="fetchUrl" @dataLoaded="filterRepos">
|
<div class="flex-col gap-1rem list-repos">
|
||||||
<div class="flex-col gap-1rem list-repos">
|
<ApiLoader :url="fetchUrl" @dataLoaded="filterRepos">
|
||||||
<GithubRepository
|
<GithubRepository
|
||||||
:repo="repo"
|
:repo="repo"
|
||||||
type="repositories"
|
type="repositories"
|
||||||
v-for="repo in repos"
|
v-for="repo in repos"
|
||||||
class="center"
|
class="center"
|
||||||
/>
|
/>
|
||||||
</div>
|
</ApiLoader>
|
||||||
</ApiLoader>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
Loading…
Reference in New Issue
Block a user