bulma-addons icon indicating copy to clipboard operation
bulma-addons copied to clipboard

Option to move it to the right

Open dylzeee opened this issue 2 years ago • 1 comments

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.

dylzeee avatar Jan 14 '22 18:01 dylzeee

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.

mubaidr avatar Sep 15 '22 07:09 mubaidr