Hi there,
I’ve got the following code
<button ion-item no-margin no-padding>
<child-avatar item-start [child]="data.child"></child-avatar>
<!-- multiple divs containing content -->
</button>
The result is the child avatar always being in the vertical center of the item. I’ve tried multiple solutions found on the web but nothing seems to impact it.
If anybody has any idea, it would really like if there was a item-top in the same wat there is a item-start etc.
Things i’ve tried:
Ionic Align Avatar On Top (the margin-top part since its not centered using margins i dont know why this would work)