chore(style): buttons are left-aligned by default

This commit is contained in:
upsiflu 2024-12-30 12:10:13 +01:00
parent 44643a9b96
commit e7a476150f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ onMounted(() => {
class="funkwhale button"
:class="[
'is-text-aligned-' + (alignText ?? 'center'),
'is-self-aligned-' + (alignSelf ?? 'center'),
'is-self-aligned-' + (alignSelf ?? 'start'),
{
'is-active': isActive,
'is-loading': isLoading,