card formating and react on existing userLocation

This commit is contained in:
clauspeterhuebner 2025-02-26 16:21:59 +01:00
parent b46a7a6662
commit e417ab175a
2 changed files with 6 additions and 6 deletions

View File

@ -2,19 +2,19 @@
<div class="mb-3 p-3 card-circles">
<BContainer class="bg-white app-box-shadow gradido-border-radius p-4 mt--3">
<div class="h3">{{ $t('card-circles.headline') }}</div>
<div v-if="humhubAllowed" class="my-4 text-small">
<div v-if="humhubAllowed" class="my-3 text-small">
<span v-for="(line, lineNumber) of $t('card-circles.allowed.text').split('\n')" :key="lineNumber">
{{ line }}
<br />
</span>
</div>
<div v-else class="my-4 text-small">
<div v-else class="my-3 text-small">
<span v-for="(line, lineNumber) of $t('card-circles.not-allowed.text').split('\n')" :key="lineNumber">
{{ line }}
<br />
</span>
</div>
<BRow class="my-2">
<BRow class="my-1">
<BCol cols="12">
<div class="text-lg-end">
<BButton

View File

@ -2,19 +2,19 @@
<div class="mb-3 p-3 card-user-search">
<BContainer class="bg-white app-box-shadow gradido-border-radius p-4 mt--3">
<div class="h3">{{ $t('card-user-search.headline') }}</div>
<div v-if="gmsAllowed" class="my-4 text-small">
<div v-if="gmsAllowed" class="my-2 text-small">
<span v-for="(line, lineNumber) of $t('card-user-search.allowed.text').split('\n')" :key="lineNumber">
{{ line }}
<br />
</span>
</div>
<div v-else class="my-4 text-small">
<div v-else class="my-2 text-small">
<span v-for="(line, lineNumber) of $t('card-user-search.not-allowed.text').split('\n')" :key="lineNumber">
{{ line }}
<br />
</span>
</div>
<BRow class="my-2">
<BRow class="my-1">
<BCol cols="12">
<div class="text-lg-end">
<BButton v-if="gmsAllowed" variant="gradido" :href="gmsUri" target="_blank">