-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Make handle more easily selectable on profile page #21479
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.
Makes it easier to copy handles from other instances (especially on touch screens).
There is a small issue when the account is locked, in which there will be an additional space and an icon at the end. Could you perhaps add another Otherwise this is a very good improvement! |
Cool, I've wrapped the handle in a span and corrected the CSS as well. Let me know if that works for you! |
@cadars Thank you so much for this extremely useful pull request! I think merge is blocked by the whitespace in this blank line, right? I hope this gets merged soon (though I have already patched my instance). |
@evanphilip Oops. Should be fixed now! |
* Make handle more easily selectable on profile page * Wrap handle in a span * Add `user-select: all` to span * remove whitespace
No description provided.