mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
fix: recipe timeline UI glitches (#2519)
* fix invalid undefined prop * fixed weird rendering * made items pop more against background * fixed invalid v-if * fixed indentation
This commit is contained in:
parent
5213a61d9b
commit
5c5432304f
4 changed files with 69 additions and 67 deletions
|
@ -15,7 +15,7 @@
|
|||
</v-icon>
|
||||
</v-btn>
|
||||
<BaseDialog v-model="showTimeline" :title="timelineAttrs.title" :icon="$globals.icons.timelineText" width="70%">
|
||||
<RecipeTimeline v-model="showTimeline" :query-filter="timelineAttrs.queryFilter" max-height="70vh" />
|
||||
<RecipeTimeline v-model="showTimeline" :query-filter="timelineAttrs.queryFilter" max-height="60vh" />
|
||||
</BaseDialog>
|
||||
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue