mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 08:44:36 -04:00
feat: reduced ingredients to one column on mobile (#2251)
This commit is contained in:
@@ -97,8 +97,8 @@
|
|||||||
height="fit-content"
|
height="fit-content"
|
||||||
max-height="60vh"
|
max-height="60vh"
|
||||||
width="100%"
|
width="100%"
|
||||||
class="ingredient-grid"
|
:class="$vuetify.breakpoint.smAndDown ? '' : 'ingredient-grid'"
|
||||||
:style="{ gridTemplateRows: `repeat(${Math.ceil(recipeIngredients.length / 2)}, min-content)` }"
|
:style="$vuetify.breakpoint.smAndDown ? '' : { gridTemplateRows: `repeat(${Math.ceil(recipeIngredients.length / 2)}, min-content)` }"
|
||||||
style="overflow-y: auto"
|
style="overflow-y: auto"
|
||||||
>
|
>
|
||||||
<v-list-item
|
<v-list-item
|
||||||
|
|||||||
Reference in New Issue
Block a user