thomasloven / lovelace-layout-card

🔹 Get more control over the placement of lovelace cards.
MIT License
1.08k stars 127 forks source link

correct resize #272

Open sp2003 opened 9 months ago

sp2003 commented 9 months ago

Screenshot 2024-02-12 154418

how do you identify this part in css? when I exit edit, the gauge is the correct size but the size of the card is that of the circled part. this is how I set it up


  style: |
    ha-card {
      width: 230px;
      height: 150px;
    }```