Update:Item metadata utils tag and genre loading indicator visible in viewport #1346

This commit is contained in:
advplyr 2023-01-07 15:44:59 -06:00
parent ddabd0ee75
commit 7a7708403f
2 changed files with 8 additions and 4 deletions

View File

@ -28,8 +28,10 @@
</template>
</div>
<div v-if="loading" class="absolute top-0 left-0 w-full h-full bg-black/25 flex items-center justify-center">
<ui-loading-indicator />
<div v-if="loading" class="absolute top-0 left-0 w-full h-full bg-black/25 rounded-md">
<div class="sticky top-0 left-0 w-full h-full flex items-center justify-center" style="max-height: 80vh">
<ui-loading-indicator />
</div>
</div>
</div>
</template>

View File

@ -28,8 +28,10 @@
</template>
</div>
<div v-if="loading" class="absolute top-0 left-0 w-full h-full bg-black/25 flex items-center justify-center">
<ui-loading-indicator />
<div v-if="loading" class="absolute top-0 left-0 w-full h-full bg-black/25 rounded-md">
<div class="sticky top-0 left-0 w-full h-full flex items-center justify-center" style="max-height: 80vh">
<ui-loading-indicator />
</div>
</div>
</div>
</template>