Closes #322: Feature request: Clickable logo that points to specific url #325
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
info.contacts.url
if any..api-info-wrapper
when left sidebar is hiding to avoid header overlaying by top menu.@RomanGotsiy Unfortunately I don't do Angular, so I'm not sure if
lib/components/ApiInfo/api-info.html
is correct.I, also, added a "Return to website" button, I need it, maybe someone need it, too. (It won't show up if no
url
incontact
section of spec is present. Also, we can hide it with css.go-back-link { display: none }
)And I've noticed that
.api-info-wrapper h1
becomes overlaid by top menu on small devices (once left sidebar is hiding), so I've increased the top padding for that.I haven't found contributors rules in the repo, so I'm not sure if it is OK to do so. So let me know if anything is wrong and needs to be edited.
Thanks.
UPDATE
Forgot to attach screenshot of the results: