ScratchUtilities / gobo.icu

URL Shortener For Scratch
https://gobo.icu
The Unlicense
13 stars 23 forks source link

input and output are hidden by nav bar #31

Closed space-elephant closed 5 years ago

space-elephant commented 5 years ago

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 &lt;br&gt; and so show the <br> tag instead of interpreting it as HTML. EDIT2: It's <br/>, not <br>

sweezyio commented 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.

space-elephant commented 5 years ago

<-1> I can't use these acronyms, what's a PR?

sweezyio commented 5 years ago

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.

space-elephant commented 5 years ago

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