kni-labs / rrssb

:arrow_right_hook: Ridiculously Responsive Social Sharing Buttons
https://rrssb.netlify.com/
MIT License
3.4k stars 422 forks source link

Email insta #188

Closed dbox closed 8 years ago

dbox commented 8 years ago
dbox commented 8 years ago

@gquemener fixed in 1.13.0. sorry about that!

dbox commented 8 years ago

Also I"m not sure how you could be seeing the buttons like that, regardless of the border appearing..

gquemener commented 8 years ago

Hello @dbox, I've just updated to 1.13.0 and the problem is still here. I'm importing the css file (in rrssb/css/rrssb.css) which still contains the border statement, something went wrong in your build process?

I'm not sure why the buttons are displayed like that also, I'm investigating. Does the width of the buttons is calculated through javascript or is it a full-css behaviour?

dbox commented 8 years ago

Hello @dbox, I've just updated to 1.13.0 and the problem is still here. I'm importing the css file (in rrssb/css/rrssb.css) which still contains the border statement, something went wrong in your build process?

Looks like the minified css didn't get pushed. Try now please.

Does the width of the buttons is calculated through javascript or is it a full-css behaviour?

Both

gquemener commented 8 years ago

I think I understand.

The buttons are not present in the dom on first load (on document ready event), so I have to manually call the window.rrssbInit() function when I add them.

gquemener commented 8 years ago

Looks like the minified css didn't get pushed. Try now please.

Great, the border is not here anymore on 1.13.1.

Thanks for your lib :wink: :+1: