mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 13:19:41 +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
|
@ -17,7 +17,7 @@
|
|||
:image-version="image"
|
||||
/>
|
||||
</v-img>
|
||||
<v-list-item three-line class="px-0">
|
||||
<v-list-item three-line :class="vertical ? 'px-2' : 'px-0'">
|
||||
<slot v-if="!vertical" name="avatar">
|
||||
<v-list-item-avatar tile size="125" class="v-mobile-img rounded-sm my-0">
|
||||
<RecipeCardImage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue