Add horizontal tag to form item in profile settings

This commit is contained in:
Jon Freer 2023-08-13 17:26:18 +00:00 committed by Thomas Citharel
parent b1f2d4e22d
commit 1c7383235d
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773

View File

@ -8,7 +8,7 @@
}}</span> }}</span>
<span v-else>{{ $t("I create an identity") }}</span> <span v-else>{{ $t("I create an identity") }}</span>
</h1> </h1>
<o-field :label="t('Avatar')"> <o-field horizontal :label="t('Avatar')">
<picture-upload <picture-upload
v-model="avatarFile" v-model="avatarFile"
:defaultImage="identity.avatar" :defaultImage="identity.avatar"