mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 08:41:04 -04: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
@ -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…
x
Reference in New Issue
Block a user