fix(front): consistent spacer
This commit is contained in:
parent
c7139b92ad
commit
5ccf1f66b0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue