PlaidWeb / webmention.js

Client-side library for rendering webmentions from webmention.io
MIT License
112 stars 16 forks source link

Reactions on new line #44

Closed amino-8 closed 1 year ago

amino-8 commented 1 year ago

Webmentions have become a breeze with your code so thank you!

I'm trying to figure out the code to make some changes for myself. One thing I'm looking for is how to remove the new line between the author image and the reaction. I think it might look cleaner on the same line. Can you point me in the direction of where I should be looking? Screenshot 2023-08-26 161548

fluffy-critter commented 1 year ago

That would be a function of the style sheet you're using. If you're using the provided .css file then it's likely there's another style rule on your site that's interfering with it. In particular make sure you don't have any display:block rules on the different image bits. Your browser's style inspector should help you track it down.

amino-8 commented 1 year ago

Found it! Many thanks for pointing me in the right direction. It was indeed a display:block in the main stylesheet.