minor theme fixes

This commit is contained in:
Kaibu
2021-06-08 12:22:08 +02:00
parent ed313cbf9a
commit 2539d19ff4
7 changed files with 19 additions and 13 deletions

View File

@ -57,8 +57,8 @@
value="1" maxlength="3" min="0"
type="number" class="form-control form-control-lg" v-model.number="servings"/>
</div>
<div class="my-auto">
<b><template v-if="recipe.servings_text === ''">{{ $t('Servings') }}</template><template v-else>{{recipe.servings_text}}</template></b>
<div class="my-auto ">
<span class="text-primary"><b><template v-if="recipe.servings_text === ''">{{ $t('Servings') }}</template><template v-else>{{recipe.servings_text}}</template></b></span>
</div>
</div>
</div>