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="funkwhale button"
|
||||||
:class="[
|
:class="[
|
||||||
'is-text-aligned-' + (alignText ?? 'center'),
|
'is-text-aligned-' + (alignText ?? 'center'),
|
||||||
'is-self-aligned-' + (alignSelf ?? 'center'),
|
'is-self-aligned-' + (alignSelf ?? 'start'),
|
||||||
{
|
{
|
||||||
'is-active': isActive,
|
'is-active': isActive,
|
||||||
'is-loading': isLoading,
|
'is-loading': isLoading,
|
||||||
|
|
Loading…
Reference in New Issue