-
Notifications
You must be signed in to change notification settings - Fork 71
feat: add feedback button #535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
erikmd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Plictox !
I left a few comments for your PR
actually the spacing looks fine now. Two leftover tasks:
|
erikmd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Plictox, that looks very good to me, thanks!
Here is the outcome of your PR:
→ note in passing that your CSS code induced a slight (unwanted) shift of the Learn OCaml text. This is only due to the margin-top: property, that is unnecessary.
Finally, note that the margin-left should rather be put outside the link <a href=_> rather than inside, so that the surrounding black space is not clickable.
I'll push a commit and rebase your pull request, so that we can get two final commits to be merged.
Thanks.
|
Now, let's wait for the CI ✅ |
Close ocaml-sf#525 Co-authored-by: Louis Tariot <[email protected]> Co-authored-by: Erik Martin-Dorel <[email protected]>
Don't prefix URLs starting with "https://" (or "http://"). Related: ocaml-sf#535 and static deployment


Description
Checklist
Note to maintainers
Close #…if a related issue exists.