Fail to increase button size

Hi:

I have been trying to modify the size of the logo/button of the bubble, but I cannot get it to work.

My code that works is;

/* Sets the width and height of the button */
width: 52px;
height: 52px;

But this other does not;

/* Sets the width and height of the button */
width: 72px;
height: 72px;

Is ther some limit in the Firefox? or else?

Now: size top-left bubble
Desired: below-right bubble
imagen

Solved, It was Firefox cache issue.

1 Like

Awesome, thanks for the update @Andres !