Closed Roger-luo closed 4 years ago
It seems can be fixed if I disable the logo. The LOGO span somehow is too large and it covers the package name and the Docs
Thanks for the report! so can I summarise the issue as follows?:
navbar-brand
span for the top-nav logo is too wide@zdroid would you mind having a look at this one? thanks!!
This is also an issue with PkgPage.jl's page, since "PkgPage.jl" can't be clicked.
The problem is that we were using navbar-brand
incorrectly: https://getbootstrap.com/docs/4.5/components/navbar/#supported-content. It is not supposed to be used with 2 links, but just with one. I suggest we move Docs out of navbar-brand and put it maybe on the right side?
since "PkgPage.jl" can't be clicked.
is this a browser issue? I have no problem clicking it.
I suggest we move Docs out of navbar-brand and put it maybe on the right side?
sounds good, would you mind opening a PR with this? thanks! 🙏
You can click it, but only on 10px of its right side. After that, you can't.
I'll send a fix soon. :smile:
It turns out the needed fix was just to set one dimension to a concrete value (based on Bootstrap docs). max-height and height are identical in this case anyway (the logo will be 25px).
@Roger-luo this should be fixed & released (thanks Zlatan!) let us know if you still have an issue
Thanks for the quick fix!
I created a package page for my package here: https://rogerluo.me/Comonicon.jl/
but somehow when I set
the
Docs
cannot be clicked, tho when I inspect the actual link the href is set to https://rogerluo.me/Comonicon.jl/dev/ any idea how to fix this?