mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 00:34:47 -04:00
Change the height style to min-height (#907)
Co-authored-by: Midnight <midnight1@protonmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
<v-img
|
<v-img
|
||||||
:key="imageKey"
|
:key="imageKey"
|
||||||
:max-width="enableLandscape ? null : '50%'"
|
:max-width="enableLandscape ? null : '50%'"
|
||||||
:height="hideImage ? '50' : imageHeight"
|
:min-height="hideImage ? '50' : imageHeight"
|
||||||
:src="recipeImage(recipe.slug, imageKey)"
|
:src="recipeImage(recipe.slug, imageKey)"
|
||||||
class="d-print-none"
|
class="d-print-none"
|
||||||
@error="hideImage = true"
|
@error="hideImage = true"
|
||||||
|
|||||||
Reference in New Issue
Block a user