fix(front): make library card footer consistent

This commit is contained in:
ArneBo 2025-01-30 00:01:02 +01:00
parent 1b679025db
commit 7c8caf328f
1 changed files with 7 additions and 11 deletions

View File

@ -278,17 +278,13 @@ const isOpen = ref(false)
</div> </div>
</div> </div>
<template #footer> <template #footer>
<Layout flex> <span>
<span> <human-date :date="library.creation_date" />
<i class="bi bi-clock" /> </span>
<human-date :date="library.creation_date" /> <i class="bi bi-dot" />
</span> <span>
<i class="bi bi-dot" /> {{ t('views.content.remote.Card.meta.tracks', library.uploads_count) }}
<span> </span>
<i class="bi bi-music-note-list" />
{{ t('views.content.remote.Card.meta.tracks', library.uploads_count) }}
</span>
</Layout>
</template> </template>
<template #actions> <template #actions>