Thank you for the work on this!
I’ve been trying to style the bullets further by changing their alignment and shape.
You mentioned that custom_css and styles are separate to allow more css customization with style.
Can you share a working example with style? Despite some tests I’ve not been able to make any change so far
One question, how do I make “styles” work? I want to set the width of the whole swipe card to something other than default.
I have two cards in the swipe card. I tried to set their width using card_mod and then the whole swipe card got really wide. It is like the swipe card don’t like the width property of the child cards.
But I can’t find any mention of the width property anywhere in the docs. No you mentioned that we had “styles”
I added
styles:
card:
- width: 200px
But it is not working. I also tried “style”.
And finally, just a tip from a fellow developer who has done a few cards. Skip the dreaded shadow doms and put everything in a simple ha-card structure. Then it is very easy to style without any custom properties.
What do you mean by not working. If it is that nothing uupdates on the custom:button-card then it will be the same as button-card on Browser Mod popups. See Browser Mod issue for explanation and workaround.
Hello guys. Sorry for not releasing any updates to this card in the last months. I was working hard on the implementation, when my complete server crashed. In addition, we had a rough time as a family, as our little boy got sick, needed surgery and so on. My family is my priority, so everything else needed to be on hold. Meanwhile, I build up a new server, so when I find free time, I will work on the code to implement the promised fixes and features.