fix desktop recipe display for sharing
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="recipe-bg min-h-screen">
|
<div class="recipe-bg min-h-screen pb-12">
|
||||||
<v-container>
|
<v-container class="py-10">
|
||||||
<RecipeDisplay v-if="normalizedRecipe" :recipe="normalizedRecipe" :is-public-view="true" />
|
<div v-if="normalizedRecipe" class="recipe-card mx-auto" style="max-width: 1000px;">
|
||||||
<v-progress-linear v-else indeterminate color="#8c4a32" />
|
<RecipeDisplay :recipe="normalizedRecipe" :is-public-view="true" />
|
||||||
|
</div>
|
||||||
|
<v-progress-linear v-else indeterminate color="#8c4a32" />
|
||||||
</v-container>
|
</v-container>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user