chore(style): buttons are left-aligned by default
This commit is contained in:
parent
44643a9b96
commit
e7a476150f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue