This Gist was moved into its own Repository at https://github.com/dploeger/godot-migrationnotes
Please fork that repository and send pull request for updates. Thanks!
This Gist was moved into its own Repository at https://github.com/dploeger/godot-migrationnotes
Please fork that repository and send pull request for updates. Thanks!
A quick workaround for a flask-bootstrap navbar with items at the right side, as requested at #126.
Bonus: ability to change navbar's style
(navbar navbar-inverse in the example).
nav.py, __init__.py, and frontend.py with the files here.