fix(front): center loader on album widget

This commit is contained in:
ArneBo 2025-02-24 16:14:40 +01:00
parent 8ef56e3c63
commit 56aa801864
1 changed files with 4 additions and 1 deletions

View File

@ -86,7 +86,10 @@ watch(
style="grid-column: 1 / -1;"
@search="performSearch"
/>
<Loader v-if="isLoading" />
<Loader
v-if="isLoading"
style="grid-column: 1 / -1;"
/>
<template v-if="!isLoading && albums.length > 0">
<album-card
v-for="album in albums"