v3.14.2 – Match HA standard container padding
Fix
Zone rows now match HA standard container padding.
Measured before (via Chrome DevTools on live HA):
.zone-mainpadding:10px 12px→ row height 58px- Content gap:
12px - Container gap:
8px
After:
.zone-mainpadding:8px 12px→ row height ~52px- Content gap:
10px - Container gap:
6px - Name line-height:
1.3
HA standard .container uses padding: 0px with content determining height. These changes bring the Audac rows in line with Bubble Card and native HA button heights.