bennorth / literate-git

Render hierarchical git repositories into HTML
GNU General Public License v3.0
72 stars 4 forks source link

Fix expand button being cut off on mobile #3

Closed lukel97 closed 4 years ago

lukel97 commented 4 years ago

If you resize the window width down, sometimes the expand button gets cut off, especially on mobile. This converts some of the width into padding to prevent that

bennorth commented 4 years ago

Thanks; this looks good. I'm in the middle of some other UI work at the moment, so will cherry-pick your commit over to the branch where I'm doing that.

(Re the build failure: a regression test fails because of a new version of Pygments. Unfortunately, the test is a bit fragile in this regard.)

bennorth commented 4 years ago

Incorporated the commit into another branch, and merged to develop. Closing this; thanks!