mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 04:25:24 +02:00
Change the height style to min-height (#907)
Co-authored-by: Midnight <midnight1@protonmail.com>
This commit is contained in:
parent
2c17845169
commit
b2b77f3abd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
<v-img
|
||||
:key="imageKey"
|
||||
:max-width="enableLandscape ? null : '50%'"
|
||||
:height="hideImage ? '50' : imageHeight"
|
||||
:min-height="hideImage ? '50' : imageHeight"
|
||||
:src="recipeImage(recipe.slug, imageKey)"
|
||||
class="d-print-none"
|
||||
@error="hideImage = true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue