mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
fix: Image height in home screen mobile format (#4088)
This commit is contained in:
parent
22057cad19
commit
67dc0d7066
3 changed files with 13 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue