michalsnik / ember-content-placeholders

Composable components for rendering fake (progressive) content like facebook
MIT License
120 stars 12 forks source link

Heading image orientation #12

Open bracke opened 5 years ago

bracke commented 5 years ago

Is there a way to make the heading image appear on the right side of the heading?

bracke commented 5 years ago

I ended up using the following css:

.ember-content-placeholders-heading { flex-direction: row-reverse; }

Thank you, for using modern css, it makes these things so easy :-)