Closed dbox closed 8 years ago
@gquemener fixed in 1.13.0. sorry about that!
Also I"m not sure how you could be seeing the buttons like that, regardless of the border appearing..
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?
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
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.
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: