Hey there,
Any advice on how to set the user’s avatar as a nav-button (right and top aligned)?
This is where I’m at:
<ion-nav-buttons side="right">
<a href="#/account/profile" class="item-avatar-right" ><img ng-src="https://pbs.twimg.com/profile_images/514549811765211136/9SgAuHeY.png"></a>
</ion-nav-buttons>
Also as I’m new to Ionic how do I fine tune element alignments, padding, margin, etc? Inline styling doesn’t seem to have any effect.
<ion-nav-buttons side="right">
<a href="#/account/profile" class="item-avatar-right" style="padding:0; margin:0; position:absolute; top:0;">