-
-
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
Misaligned tooltip at the bottom of the privacy policy #5443
Comments
yea, this is because the element for the element (document.querySelector("#app > main > span")) has the ruleset
making this the width of the document this is easily fixed, just make another ruleset to make this smaller something like
|
#5446 might fix this, but it looks a bit wonky aswell because the balloon is not in the centre of the text. pretty sure it might be better to make the element less wide also, with this, you can add extra styling and make it inline, as it looks like a normal text right now |
Thanks for the PR @extoplasm, however the fix here was to simply add a missing wrapping |
this is also seen in the terms of service i made a PR :) |
Did you clear cache before opening an issue?
Is there an existing issue for this?
Does the issue happen when logged in?
Yes
Does the issue happen when logged out?
Yes
Does the issue happen in incognito mode when logged in?
Yes
Does the issue happen in incognito mode when logged out?
Yes
Account name
unrealapex
Account config
No response
Current Behavior
When hovering over the tooltip, it is center aligned away from the the text being hovered over.
Expected Behavior
The tooltip would appear right above Miodec's username.
Steps To Reproduce
@miodec
Environment
6.8.9-gentoo-dist
(Gentoo)Anything else?
The text was updated successfully, but these errors were encountered: