-
Notifications
You must be signed in to change notification settings - Fork 36.9k
Fix inline diff icon hard to click #214554
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
base: main
Are you sure you want to change the base?
Fix inline diff icon hard to click #214554
Conversation
|
@alexr00 Hi, do you have time to review this? It's been half a month, pinging just in case you missed it |
|
Thanks for the ping, I wasn't aware of this PR! |
alexr00
left a comment
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.
| lineOutput += `<div class="cldr ${decoration.className}"${decoration.tooltip !== null ? ` title="${decoration.tooltip}"` : ''}></div>`; | ||
| } | ||
| output[lineIndex] = lineOutput; | ||
| output[lineIndex] = `<div class="line-decor-container" style="left:${left}px;width:${width}px;">${lineOutput}</div>`; |
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.
@alexdima I'm a little concerned about this as it adds another layer of div in the line decorations. It looks fine though.
|
@Legend-Master you are correct, thanks! |
|
@alexr00 Looks good to me! |
|
@alexdima Hi, it's been more than 2 months, do you have time to take a look? |
|
Is this still relevant? |
It's definitely a yes to me |
alexdima
left a comment
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.
Thank you!
|
@aeschli Please review and merge if the changes look good to you |
Fix #214541
Fix #197883
This is how it works after the change
video1.mp4