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