Tabs right aligned

Hi!
I really like how ion-tabs work and look, but I would like to display the tabs (icons+text) aligned to the right of the screen, not distributed evenly across the screen’s width – similar to how <ion-buttons end> work in a toolbar.

Is this possible? Or am I better off customizing a Toolbar?

Thanks!

Ionic 3.9.2

Have a look at the HTML structure and CSS that is being generated - Right click the tabs in Chrome and select “Inspect element”. That way you should get an idea if this is actually possible.