fix spacing and layouts for small screens

This commit is contained in:
p0lycarpio
2023-09-04 11:20:48 +02:00
parent e538c5cbd8
commit e2665bcebf
13 changed files with 36 additions and 46 deletions

View File

@@ -13,10 +13,10 @@
<b>{{ $t('group.invite') }}</b>
</template>
</i18n>
</BasePageTitle>
<v-container class="mt-4 d-flex justify-start">
<v-btn outlined rounded to="/user/profile/edit"> {{ $t('group.looking-to-update-your-profile') }} </v-btn>
</v-container>
<v-container class="mt-1 px-0">
<a class="text-center" to="/user/profile/edit"> {{ $t('group.looking-to-update-your-profile') }} </a>
</v-container>
</BasePageTitle>
<v-data-table
:headers="headers"
:items="members || []"