fix(front): consistent spacer

This commit is contained in:
ArneBo 2025-01-26 00:46:08 +01:00
parent c7139b92ad
commit 5ccf1f66b0
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ const imageUrl = computed(() => props.album.cover?.urls.original
<i class="bi bi-music-note-list" />
{{ t('components.audio.album.Card.meta.tracks', album.tracks_count) }}
</span>
<Spacer style="flex-grow: 1" />
<Spacer h grow />
<PlayButton
id="playmenu"
:dropdown-only="true"