We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This button must be persistent, ie. use localstorage etc.
The text was updated successfully, but these errors were encountered:
Behavior:
The show button must be as inobtrusive as possible.
Conclusion: Both sharer and button must be invisible in HTML, showing by JS only
Button should be something like this (when on left):
<div style=" font-weight: bold; font-size: 1rem; line-height: 1rem; padding: .5rem; background: rgba(0,0,0,.7); "> <i class="fa fa-angle-right"></i><br> <i class="fa fa-angle-right"></i><br> <i class="fa fa-angle-right"></i><br> <i class="fa fa-angle-right"></i><br> </div>
Which results in:
Sorry, something went wrong.
No branches or pull requests
This button must be persistent, ie. use localstorage etc.
The text was updated successfully, but these errors were encountered: