mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 13:19:41 +02:00
feat: reduced ingredients to one column on mobile (#2251)
This commit is contained in:
parent
9199ae4901
commit
b460ae9f25
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue