Skip to content
Snippets Groups Projects
Commit 208183b9 authored by fibasile's avatar fibasile
Browse files

fixed spinner size

parent 64c66e2f
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,7 @@
<div v-if="items && items.length > 0">
<div class="row">
<div
v-for="project, idxa in items"
v-bind:key="project['id']"
class="col-12 col-sm-6 col-md-4"
>
<div v-for="project in items" v-bind:key="project['id']" class="col-12 col-sm-6 col-md-4">
<ProjectThumb :project="project" @clickProject="handleClickProject" />
</div>
</div>
......@@ -22,7 +18,7 @@
<div class="row">
<div class="col-12 text-h6 text-grey q-ml-md">Loading...</div>
<div class="col-12 q-ml-md">
<q-spinner-dots />
<q-spinner-dots size="32px" />
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment