DBuit / Homekit-panel-card

Homekit panel card for home assistant
MIT License
304 stars 54 forks source link

New Update Breaks Defined tile width and height #123

Open naijaping opened 2 years ago

naijaping commented 2 years ago

Hi @DBuit , thanks for your hard work to provide and maintaining this card. Unfortunately version 0.62 breaks the defined following :

--tile-width: 100px; --tile-height: 100px;

If you visit a tab and you leave that tab to another tab with different tile height and width then it will pick up the value from the previous tab.

Please how can i solve this problem .

Thanks for your help