mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
tweaked small layout as well
This commit is contained in:
@@ -18,10 +18,6 @@
|
|||||||
:recipe="recipe"
|
:recipe="recipe"
|
||||||
v-if="recipe.internal"
|
v-if="recipe.internal"
|
||||||
>
|
>
|
||||||
<template #overlay>
|
|
||||||
<v-chip class="ms-2" color="primary" variant="flat" size="x-small">by {{ recipe.createdBy.displayName }}</v-chip>
|
|
||||||
<keywords-component variant="flat" class="ms-1 mb-2" :keywords="recipe.keywords"></keywords-component>
|
|
||||||
</template>
|
|
||||||
</recipe-image>
|
</recipe-image>
|
||||||
|
|
||||||
<v-card>
|
<v-card>
|
||||||
@@ -31,6 +27,7 @@
|
|||||||
</span>
|
</span>
|
||||||
<recipe-context-menu :recipe="recipe"></recipe-context-menu>
|
<recipe-context-menu :recipe="recipe"></recipe-context-menu>
|
||||||
</v-sheet>
|
</v-sheet>
|
||||||
|
<keywords-component variant="flat" class="ms-1 mb-2" :keywords="recipe.keywords"></keywords-component>
|
||||||
<v-sheet class="ps-2 text-disabled">
|
<v-sheet class="ps-2 text-disabled">
|
||||||
{{ recipe.description }}
|
{{ recipe.description }}
|
||||||
</v-sheet>
|
</v-sheet>
|
||||||
|
|||||||
Reference in New Issue
Block a user