[ads][profile] small placeholder

This commit is contained in:
Andrea Vos 2022-09-11 20:51:54 +02:00
parent 663cd04711
commit c4f1c44923

View File

@ -2,6 +2,8 @@
<Page> <Page>
<MustLogin v-if="!$user()"/> <MustLogin v-if="!$user()"/>
<div v-else> <div v-else>
<AdPlaceholder phkey="small-homepage"/>
<div class="mb-3 d-flex justify-content-between flex-column flex-md-row"> <div class="mb-3 d-flex justify-content-between flex-column flex-md-row">
<h2 class="text-nowrap"> <h2 class="text-nowrap">
<Avatar :user="$user()"/> <Avatar :user="$user()"/>
@ -15,8 +17,6 @@
</div> </div>
</div> </div>
<AdPlaceholder phkey="small-homepage"/>
<form @submit.prevent="save" :class="[saving ? 'saving' : '']"> <form @submit.prevent="save" :class="[saving ? 'saving' : '']">
<div v-if="$isGranted()" class="border border-primary rounded p-4"> <div v-if="$isGranted()" class="border border-primary rounded p-4">
<h3 class="h4 mb-3"> <h3 class="h4 mb-3">