minhdam / BitbucketDiffTree

Chrome extension to display diff tree for Bitbucket
MIT License
44 stars 10 forks source link

Some chores, + Viewport usability fixes. #14

Open Isaak-Malers opened 5 years ago

Isaak-Malers commented 5 years ago

I made the minimum with of the tree view 32 px, so that users can squash it down to conserve screen real estate.

I made the tree view track with the viewport as the viewport scrolls. This was a quick fix from someone without much knowledge of the code base, I couldn't find a pure CSS solution, so there is some stuttering as the position is manually re-set by javascript.