discourse/app/assets/stylesheets
Dan Ungureanu d5f5d9b867
FIX: Show quoted images correctly. (#8391)
This commit attempts to fix two issues that affect quoted images.

The first issue is observed while loading. The 'position: absolute' CSS
property makes 'width' and 'height' behave differently. Instead of using
the known image size, this makes it use the computed width and height of
the image, which should be the right size, as shown to the user.

The second issue is caused by 'object-fit: cover' property which trimmed
the left and right sides of wide pictures to make them fit inside the
quote.
2019-11-25 14:32:38 +02:00
..
common FIX: Show quoted images correctly. (#8391) 2019-11-25 14:32:38 +02:00
desktop UX: Increase fade on long sign-up form content for more evident scroll 2019-11-21 14:43:20 -05:00
mobile Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
vendor UX: Overflow hidden was causing some icons to be cropped 2019-01-31 14:03:11 -05:00
admin.scss
common.scss FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
desktop_rtl.scss
desktop.scss DEV: debundle plugin css assets and don't load if disabled (#7646) 2019-08-20 22:09:52 +05:30
embed.scss FEATURE: Create New Topic button on embed with params (#8280) 2019-11-01 14:19:10 -05:00
mobile_rtl.scss
mobile.scss General admin style cleanup 2019-10-04 13:25:54 -04:00
wizard.scss fix for 1aa96a5 2019-11-06 14:16:23 -05:00