thomasloven / lovelace-card-mod

🔹 Add CSS styles to (almost) any lovelace card
MIT License
1.05k stars 169 forks source link

bottom resize #325

Closed sp2003 closed 6 months ago

sp2003 commented 6 months ago

Hello, I resized my card using these parameters, but how do I also resize the bottom part? In fact, the cards do not come closer horizontally but remain distant.

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

Immagine 2023-12-26 120427 Immagine 2023-12-26 121403 Immagine 2023-12-26 121524

thomasloven commented 6 months ago

The dashboard is laid out in columns that have a set minimum width. Layout-card can be used to tweak this.