You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/javascript/styles
ThibG dc0750abc3 Fix manual scrolling issue on Firefox/Windows (#12648)
Fixes #12607

`will-change: transform` apparently makes manual scrolling impossible on
Firefox/Windows. While this should probably be considered a Firefox bug,
`will-change: transform` seem like a very aggressive performance hint that
may possibly make the browser consume more resources than needed, especially
in multiple-column mode.

This was originally added to improve scrolling performances on mobile, but
I think this isn't necessary anymore, because of the two following reasons:
- `contain: paint` (which is implied by `contain: strict`, which we apply
  whenever the browser supports grids) should have similar effects
- in single-column mode, the scrolling container is the root element, which
  I believe is optimized in at least Chromium

Keep in mind that I have not been able to make in-depth benchmarks, and
especially not been able to try on mobile, so performances should probably
be investigated further…
5 years ago
..
contrast Fix sass-lint config (#10982) 6 years ago
fonts Use correct local names for fonts (#10594) 6 years ago
mastodon Fix manual scrolling issue on Firefox/Windows (#12648) 5 years ago
mastodon-light Fix media editing modal and profile directory in light theme (#12059) 5 years ago
application.scss Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
contrast.scss Separate high contrast theme (#7213) 7 years ago
mailer.scss Add option to include reported statuses in warning e-mail (#11639) 5 years ago
mastodon-light.scss More polished light theme (#7620) 7 years ago