(wip) Sort selector fixes
I fixed the issues outlined in !472, namely the inconsistent margins across browsers and various instances of colors not being correct. Embarrassingly, I used a CSS feature that wasn't consistent across browsers, so while it looked fine on my Firefox it didn't render correctly in Chrome. Also included is a fix for the weird diff views. I had line endings set incorrectly and was pushing CR+LF instead of just LF. I fixed these here so that the changes getting merged are LF, which is consistent with the rest of the codebase.
Screenshots:
Firefox 68.0.2, desktop:
Chrome 76.0, desktop:
Firefox 68.0.2, mobile:
Chrome 76.0, mobile:
Please register or sign in to reply