Closed space-elephant closed 5 years ago
Thanks for bringing this to my attention, mind opening a PR with the changes since you seem to have a possible solution in mind.
<-1> I can't use these acronyms, what's a PR?
A PR is a pull request. I was asking if you could create a fork of this repository, make the changes you specified, then make a pull request to this repo so I can merge them to the main branch.
A PR is a pull request. I was asking if you could create a fork of this repository, make the changes you specified, then make a pull request to this repo so I can merge them to the main branch.
Done, at #33
When you go to the index.html of gobo.cf, the input field, convert button and output paragraph are covered by the navigation bar. If you open it in the inspector and delete the nav bar, it works perfectly. (except that there isn't a nav bar) This could be fixed by adding two or three <br> tags after the nav bar but before the inputs.
Edit: changed code to use <br> and so show the <br> tag instead of interpreting it as HTML. EDIT2: It's <br/>, not <br>