mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
feat: reduced ingredients to one column on mobile (#2251)
This commit is contained in:
parent
9199ae4901
commit
b460ae9f25
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user