Following from #177, a Saved Link with the title "brittany renee 🌸 on Twitter" will be displayed with the following markup in the post:
<p class="lr-saved-link ">
<a href="https://twitter.com/BritRenee_/status/1133459151655456769">
brittany renee
<img draggable="false" class="emoji" alt="🌸" src="https://s.w.org/images/core/emoji/12.0.0-1/svg/1f338.svg">
on Twitter
</a>
–
<span class="description">"Very Important Question: What's your favorite episode of your favorite tv show?! Right now, mine is Psych s7e11"</span>
<em>Twitter</em>
</p>
In that markup, the image is inline.
And in Link Roundups' main CSS, it appears thusly:

|
img { |
|
float: left; |
|
margin: 0 1em 1em 0; |
|
} |
Following from #177, a Saved Link with the title "brittany renee 🌸 on Twitter" will be displayed with the following markup in the post:
In that markup, the image is inline.
And in Link Roundups' main CSS, it appears thusly:
link-roundups/less/lroundups.less
Lines 17 to 20 in 8b8d6ef