JoeGandy / ShareX-Custom-Upload

A little PHP script created for uploading custom sharex files to your own webserver
MIT License
166 stars 50 forks source link

Line numbers misaligned #111

Closed davwheat closed 3 years ago

davwheat commented 4 years ago

It seems the line numbers for text uploads have become misaligned during style changes. (Also highlighting has stopped working?)

theaquarium commented 4 years ago

I'm not entirely sure what the issue is here. The CSS just seems to not work because it doesn't match what's in the repo. In @davwheat's CSS file, the padding-top: 30px line is before the padding: 0 12px so it gets overridden. @JoeGandy, if you can review the automatic updater PR, I can release a new version of the uploader which fixes a bunch of bugs and it should fix this.

theaquarium commented 3 years ago

Fixed by #105 I believe.