discourse/app/assets
David Taylor b69e57e2f3 FIX: Prevent layout changes while images are lazy-loading
This commit moves the temporary image to be adjacent to the original image in the DOM. Previously the temporary image was appended to the parent element. Normally this makes no difference because the temporary element has position:absolute. However, if the `:last-child` selector is being used on the parent, it can cause layout changes during loading.
2019-01-15 17:35:55 +00:00
..
images update png assets for push notification images 2018-12-07 14:00:39 -08:00
javascripts FIX: Prevent layout changes while images are lazy-loading 2019-01-15 17:35:55 +00:00
stylesheets FEATURE: Allow the base font size to be changed on a per-user basis (#6859) 2019-01-14 13:21:46 +00:00