mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 02:33:22 -04:00
fix: Image height in home screen mobile format (#4088)
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
</v-list>
|
||||
</v-menu>
|
||||
<ContextMenu
|
||||
v-if="!$vuetify.breakpoint.xsOnly"
|
||||
v-if="!$vuetify.breakpoint.smAndDown"
|
||||
:items="[
|
||||
{
|
||||
title: $tc('general.toggle-view'),
|
||||
@@ -104,6 +104,7 @@
|
||||
:image="recipe.image"
|
||||
:tags="recipe.tags"
|
||||
:recipe-id="recipe.id"
|
||||
avatar-size="fill-height"
|
||||
/>
|
||||
</v-lazy>
|
||||
</v-col>
|
||||
|
||||
Reference in New Issue
Block a user