Hi lee5500 ,
Currently we have no other options to hide or show buttons on tablet specific. I think tablets are currently seen as mobile. However, I think it would be great to add this feature anyways. I've noted it!
We're currently working on a feature to change the button size. For now you can add this CSS to change the width
and height
(but it's not officially supported and we cannot gurantee that it works in future updates).
.buttonizer .buttonizer-button {
width: 56px !important;
height: 56px !important
}
Regarding to the label animation, that's an interesting feature that would be nice to implement! I've also noted this feature request!
Let me know if this helps or if you have more feedback/feature requests 🙂