-
Notifications
You must be signed in to change notification settings - Fork 66
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
feat: add feedback button #535
Conversation
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:
|
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 <louis.tariot@irit.fr> Co-authored-by: Erik Martin-Dorel <erik.martin-dorel@irit.fr>
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.