I had upgraded to 0.107.6 and had this problem. Even after downgrading to 0.106.x the problem persists. Just a heads up for anyone else that might try and downgrade due to this bug, it won’t fix it.
You can see on the immediate page load things are where they should be but quickly snap back to one long column
Thank you. i found out, that the settings i made at the button-card template are the reason for the not centered cards… ive to take a look at this first.
If anyone has some hints for a general template setting for the button-card to get 3 or 4 cards all the same size and also centered with a little space between each other, i would appreciate it.
I love the idea of the stack-in-card, but imho the spacing is too compact, especially when you make use of horizontal-stacks in the stack-in-card. I like to achieve this:
If you set everything to true (and outer_padding to false), it is the equivalent of a standard vertical-stack or horizontal-stack. The default is false.
You can achieve things like this by stacking stack-in-cards together:
@RomRider Thanks again for another great project !!!
Excited to see you have jumped into this one , as you actively maintain your repos
Have you had a chance to consider GitHub Sponsors? Would love to add you to my list of devs for monthly support.
I’m getting some errors in the log which appear to be caused by this card. Everything displays correctly but whenever I do a refresh (from the browser e.g. F5, not the Lovelace Refresh) I get this error in the log:
http://192.168.1.25:8123/frontend_latest/chunk.ea4a8xxxxxxxxx6f48.js:795:320 Uncaught TypeError: Cannot read property 'replaceChild' of null
This error is on the frontend side. hui-stack-card.ts is a frontend file. I understand that this card can generate this error but it’s not something I can fix on the card itself.