bulma-addons
bulma-addons copied to clipboard
Option to move it to the right
Thanks for these great addons. I would love an option to move the Navigation view to the right side of the page though, whether it be by overriding sass variables or adding something like is-right class to it, that would be awesome.
Hey there! Sorry for delayed response but I did not have enough time to implement this. But I will try in the near future.
In the meantime, here is how you can implement this:
- set left:100%: https://github.com/mubaidr/bulma-addons/blob/master/src/sass/navigation-view.sass#L13
- set transform: translateX(-110%): https://github.com/mubaidr/bulma-addons/blob/master/src/sass/navigation-view.sass#L19
And it should work.