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

environments/review-docs-feat-z0hkbz/deployments/20103
upsiflu 2024-12-30 12:10:13 +01:00
rodzic 44643a9b96
commit e7a476150f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,