alexmdodge / github-diff-explorer

The GitHub Diff Explorer is a Chrome/Firefox extension that generates a seamless file explorer with a minimalist focus.
https://gde.alexdodge.ca/
MIT License
29 stars 5 forks source link

Improvement: Enable explorer column to be resizable #27

Closed michaelcunningham19 closed 6 years ago

michaelcunningham19 commented 6 years ago

Allowing the explorer column to be resizable by the user will cover any cases where a pull request is becoming hard to read with smaller-width displays

Thoughts on this @alexmdodge ?

(Added for tracking on the issue)

michaelcunningham19 commented 6 years ago

The css rule resize: horizontal applied to the element .gde__container appears to work in Chrome, however it's a little difficult to find/use as the explorer container matches the height of the right-panel (the code)

alexmdodge commented 6 years ago

@michaelcunningham19 I like it! I think there are a couple of things I would like to implement to help with explorer navigation.