-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix: Misaligned tooltip at the bottom of the privacy policy (Sanjeet4567) #5446
fix: Misaligned tooltip at the bottom of the privacy policy (Sanjeet4567) #5446
Conversation
I think having the text as |
frontend/src/privacy-policy.html
Outdated
@@ -435,7 +435,7 @@ <h1 id="Contact_Info">How to contact us</h1> | |||
Discord: | |||
<span | |||
aria-label="Click To Copy" | |||
data-balloon-pos="up" | |||
data-balloon-pos="up-left" |
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.
extoplasm brought up that this change does not center the tooltip. See their feedback.
…ottom of privacy page
Heres the actual fix: 898278b Thank you for your PR though. |
yeah ,No problem ,maybe next time I will be quick and better : ] |
Description
Earlier :When hovering over the tooltip, it is center aligned away from the the text being hovered over.
After fix:The tooltip appears right above Miodec's username.
Checks
Fixes Misaligned tooltip at the bottom of the privacy policy #5443
Closes #5443