AmoebeLabs / flex-horseshoe-card

Flexible Horseshoe card for Home Assistant Lovelace UI. A card with a flexible layout, a horseshoe-like donut graph, multiple entities or attributes, graphics and animations!
263 stars 42 forks source link

Size of Card #90

Open jbarkhuizen opened 4 months ago

jbarkhuizen commented 4 months ago

I have a few cards that was create some time ago but the size if quite big How do I reduce the overall size of the card

type: custom:flex-horseshoe-card view_layout: grid-area: g2 entities:

nor500 commented 3 months ago

I would be interested in that too. It is nice, but for some dashboard it is too tall.

nor500 commented 3 months ago

I figured it out. To reduce the height of the card to 200px:

type: custom:flex-horseshoe-card style: | ha-card { height: 200px !important; }