mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
move instructions checkbox to end
This commit is contained in:
parent
dd147843cc
commit
d824ce7001
1 changed files with 99 additions and 97 deletions
|
@ -175,6 +175,7 @@
|
|||
@click="toggleDisabled(index)"
|
||||
>
|
||||
<v-card-title :class="{ 'pb-0': !isChecked(index) }">
|
||||
<div class="d-flex">
|
||||
<v-text-field
|
||||
v-if="isEditForm"
|
||||
v-model="step.summary"
|
||||
|
@ -273,6 +274,7 @@
|
|||
{{ $globals.icons.checkboxMarkedCircle }}
|
||||
</v-icon>
|
||||
</v-fade-transition>
|
||||
</div>
|
||||
</v-card-title>
|
||||
|
||||
<v-progress-linear
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue