Closed hasrthur closed 9 years ago
Nice! Thanks for the PR.
Just a small thing, could you move the icon to the end of the line?
Also, the icon seems to mess with the line-height.
This can be resolved, by change the position of .icon-copy
to absolute:
Add to .icon-copy
position: absolute;
right: 0;
And change .blame-gutter-inner
to:
padding: 0 25px 0 5px;
I am just not sure how to deal with different text sizes.
Small:
Big:
hm... I will think about the text sizes
Sometimes it is useful to not only see who commited the line, but also to copy the hash of commit to examine the whole commit in somewhere else (e.g. in SourceTree)