Skip to content

(wip) Sort selector fixes

I fixed the issues outlined in !472 (closed), 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:

image

image

Chrome 76.0, desktop:

image

image

Firefox 68.0.2, mobile:

image

image

Chrome 76.0, mobile:

image

image

Merge request reports

Loading