This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets
Sam cfb81b7895
FIX: show retina avatars on Chrome (#11480)
chromium may report float device pixel ratio below 1.5 that is still clearly retina:

```
window.devicePixelRatio
1.4999998807907104
```

We used to round this down to 1 and not provide these browsers with retina avatars.

New algorithm is much more forgiving, anything over 1.1 gets 2x images, anything over 2.1 gets 3x images.
2020-12-14 09:39:10 +11:00
..
images Optimize assets/images 2020-11-17 09:53:33 -05:00
javascripts FIX: show retina avatars on Chrome (#11480) 2020-12-14 09:39:10 +11:00
stylesheets Revert "UX: When requiring user fields at signup, also mark default fields as required (#11356)" (#11475) 2020-12-11 12:09:56 -05:00