discourse/app/assets/stylesheets/common
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
..
admin Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
base FIX: Show quoted images correctly. (#8391) 2019-11-25 14:32:38 +02:00
components FIX: Better handling of Group model state (#8356) 2019-11-18 14:59:28 +02:00
foundation Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
select-kit Adding a text-overflow: ellipsis; mixin and related cleanup 2019-11-06 14:00:29 -05:00
d-editor.scss UX: Better composer hyperlink modal (#8160) 2019-10-08 16:19:07 -04:00
input_tip.scss
printer-friendly.scss DEV: Add before button hook in post-menu. (#7550) 2019-05-15 22:48:23 +03:00
topic-entrance.scss Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
topic-timeline.scss UX: Align timeline controls to the top 2019-09-04 17:28:54 -07:00